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| Name | Type | Description |
|---|---|---|
| hObj | HANDLE | |
| message | LONGINT |
{ quoting Vlado: } During event 44 the user MUST only call VS:vsoStateAddCurrent nothing else!
Availability: from All Versions
This is drop-in function.