WM_ADSPROP_NOTIFY_PAGEHWND message
An Active Directory directory service property sheet extension calls the ADsPropSetHwnd to inform the notification object of the property page window handle. The ADsPropSetHwnd function sends the WM_ADSPROP_NOTIFY_PAGEHWND message to the notification object, which informs the notification object of the property page window handle.
WM_ADSPROP_NOTIFY_PAGEHWND
WPARAM hPage
LPARAM ptzTitle
Parameters
-
hNotifyObj
-
The handle of the notification object. To obtain this handle, call ADsPropCreateNotifyObj.
-
hPage
-
A window handle of the property page.
-
ptzTitle
-
Pointer to a NULL-terminated WCHAR buffer that contains the title of the property page.
Return value
This message has no return value.
Remarks
An Active Directory property sheet extension normally calls the ADsPropSetHwnd function while processing the WM_INITDIALOG message.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|