UID_VariableGetValue
Definition
Delphi
function UID_VariableGetValue(DlgHandle, VariableId: Cardinal; resultText: PWideChar; resultTextSize: Cardinal; reply: PCardinal): Boolean;
C/C++
bool UID_VariableGetVlaue(unsigned int DlgHandle, unsigned int VariableId,Â
ActiveX
HRESULT _stdcall UID_VariableGetValue([in] unsigned long DialogHandle, [in] unsigned long VariableId, [out] BSTR* VariableValue, [out, retval] VARIANT_BOOL* Result);
Description
Currently this function does the same as UID_VariableGetName.