Share

CAdUiDialog::CAdUiDialog

C++

CAdUiDialog(
    UINT idd, 
    CWnd * pParent = NULL, 
    HINSTANCE hDialogResource = NULL
);

Description

Constructs a CAdUiDialog object.

Parameters

Parameters Description
idd Input resource ID of the dialog template to use
pParent Input CWnd parent
hDialogResource Input dialog resource handle

Links

CAdUiDialog Class

Was this information helpful?