Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 702 Bytes

File metadata and controls

34 lines (25 loc) · 702 Bytes

vsoStateAddCurrent

Description

Allows to add the current state during event 44 (kObjOnAddState).

See [[VS:Parametric_State_Notifications#Receiving_States:kParametricAddState(44)]]

FUNCTION vsoStateAddCurrent(
				hObj    : HANDLE;
				message : LONGINT): LONGINT;
def vs.vsoStateAddCurrent(hObj, message):
    return LONGINT

Parameters

Name Type Description
hObj HANDLE
message LONGINT

Remarks

{ quoting Vlado: } During event 44 the user MUST only call VS:vsoStateAddCurrent nothing else!

Version

Availability: from All Versions

This is drop-in function.

Category