Directory Services |
An Active Directory property sheet extension sends the WM_ADSPROP_NOTIFY_EXIT message to the notification object when the notification object is no longer required.
VOID SendMessage( (HWND) hwnd, WM_ADSPROP_NOTIFY_EXIT, (WPARAM) wParam, (LPARAM) lParam );
The notification object will delete itself in response to this message. When this message has been sent, the notification object handle should be considered invalid.
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.