Directory Services

WM_ADSPROP_NOTIFY_PAGEHWND

A Microsoft® 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.

VOID SendMessage(
  (HWND) hNotifyObj, 
  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 Values

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

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Adsprop.h.

See Also

Active Directory Messages, ADsPropSetHwnd, ADsPropCreateNotifyObj, WM_INITDIALOG