Directory Services

WM_ADSPROP_NOTIFY_APPLY

A Microsoft® Active Directory® directory service property sheet extension sends the WM_ADSPROP_NOTIFY_APPLY message to the notification object if the property page PSN_APPLY handler succeeds.

VOID SendMessage(
  (HWND) hwnd, 
  WM_ADSPROP_NOTIFY_APPLY,
  (WPARAM) wParam, 
  (LPARAM) lParam
);

Parameters

hwnd
The handle of the notification object. To obtain this handle, call ADsPropCreateNotifyObj.
wParam
Not used.
lParam
Not used.

Return Values

This message has no return value.

Remarks

When adding pages to the Active Directory Manager MMC snap-in, Active Directory MMC property sheets create the notification objects by a call to the ADsPropCreateNotifyObj function, and then passes the notification object handle to each property page.

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

ADsPropCreateNotifyObj, Active Directory Messages