Directory Services |
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 );
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.
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.