Directory Services

WM_ADSPROP_NOTIFY_PAGEINIT

A Microsoft® Active Directory® property sheet extension calls the ADsPropGetInitInfo to obtain data about regarding the directory object that the property sheet extension applies to. The ADsPropGetInitInfo function sends the WM_ADSPROP_NOTIFY_PAGEINIT message to the notification object to achieve this result.

VOID SendMessage(
  (HWND) hwnd, 
  WM_ADSPROP_NOTIFY_PAGEINIT,
  (WPARAM) wParam, 
  (LPARAM) pADsPropInitParams
);

Parameters

hwnd
Handle of the notification object. This is the hNotifyObject parameter obtained by a call to ADsPropCreateNotifyObj.
wParam
Not used.
pADsPropInitParams
Pointer to an ADSPROPINITPARAMS structure that receives the directory object information. This is the pInitParams parameter passed to ADsPropCreateNotifyObj.

Return Values

This message has no return value.

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, ADsPropGetInitInfo, ADSPROPINITPARAMS