UID_DriverGetDialogIdByIndex

Declaration

Delphi

function UID_DriverGetDialogIdByIndex(DlgHandle, dialogIndex: Cardinal; ResDialogId: PCardinal): Boolean;

C/C++

bool UID_DriverGetDialogIdByIndex(unsigned int DlgHandle, unsigned int dialogIndex, unsigned int *  ResDialogId);

ActiveX

HRESULT _stdcall UID_DriverGetDialogIdByIndex([in] unsigned long DialogHandle, [in] unsigned long DialogIndex, [out] unsigned long* ResDialogId, [out, retval] VARIANT_BOOL* Result);

Description

The same as UID_DialogGetDialogIdByIndex

Arguments

Look at UID_DialogGetDialogIdByIndex

 

Return

Look as UID_DialogGetDialogIdByIndex