UID_SetName
Declaration
Delphi
function UID_SetName(DlgHandle: Cardinal; DialogName: PWideChar): Boolean; register;
C/C++
 BOOL UID_SetName(unsigned int DialogHandle, wchar_t* DialogName);
ActiveX
HRESULT _stdcall UID_SetName([in] unsigned long DialogHandle, [in] BSTR DialogName, [out, retval] VARIANT_BOOL* Result);
Description
Select a dialog with a given name as current dialog to be used with UID_Dialog* functions of sopad.dll.
Arguments
DialogHandle
Unused.
DialogName
A pointer to a wide character buffer with a name of a dialog to select as current.
Return value
True on success, false otherwise.
Â