UID_GetStateIdByType
Declaration
Delphi
function UID_GetStateIdByType(DlgHandle: Cardinal; State: Cardinal; StateId: PCardinal): Boolean;Â register;
C/C++
bool UID_GetStateIdByType(unsigned int DialogHandle, unsigned int State, unsigned char* StateId);
ActiveX
   HRESULT _stdcall UID_GetStateIdByType([in] unsigned long DialogHandle, [in] unsigned long State, [out] unsigned long* StateId, [out, retval] VARIANT_BOOL* Result);
Description
Returns integer id corresponding to type of a state according to the table State types .
Arguments
DialogHandle
UnusedÂ
State
Integer representation for a state.
StateId
Integer value corresponding to the String representation given by the State argument.
Return value
True on success, false otherwise.