Directory Services

WM_ADSPROP_NOTIFY_EXIT

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
);

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

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.

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