WM_ADSPROP_NOTIFY_PAGEINIT message

An 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.

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 value

This message has no return value.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Adsprop.h

See also

Messages in Active Directory Domain Services

ADsPropGetInitInfo

ADSPROPINITPARAMS