UID_DriverGetDialogCount

Declaration

Delphi

function UID_DriverGetDialogCount(DlgHandle: cardinal; dialogCount: PCardinal): Boolean;

C/C++

bool UID_DriverGetDialogCount(unsigned int DlgHandle, unsigned int * dialogCount:);

ActiveX

HRESULT _stdcall UID_DriverGetDialogCount([in] unsigned long DialogHandle, [out] unsigned long* DialogCount, [out, retval] VARIANT_BOOL* Result);

Description

Return a total number of dialogs used by current dialog driver.

Arguments

DlgHandle 

Unused

dialogCount

Size of a list of dialogs associated with current dialog driver.

Return

True on success, false otherwise.