Directory Services |
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 );
An Active Directory property sheet extension normally calls the ADsPropSetHwnd function while processing the WM_INITDIALOG message.
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.
Active Directory Messages, ADsPropSetHwnd, ADsPropCreateNotifyObj, WM_INITDIALOG