UID_StateGetVariableCount

Definition

Delphi

function UID_StateGetVariableCount(DlgHandle: Cardinal; stateId: Cardinal; variableCount: PCardinal): Boolean; register;

C/C++

bool UID_StateGetVariableCount(unsigned int DlgHandle; stateId: Cardinal; unsigned int * variableCount);

ActiveX

HRESULT _stdcall UID_StateGetVariableCount([in] unsigned long DialogHandle, [in] unsigned long StateId, [out] unsigned long* VariableCount, [out, retval] VARIANT_BOOL* Result);

Description

Get total count of variables associated with a given state.

Arguments

DlgHandle

Unused

stateId

Integer representation of current dialog's state.

variableCount

Pointer to allocated memory to store variable count for a given stateId.

Return value

True on success, false otherwise.