Directory Services

WM_DSA_SHEET_CLOSE_NOTIFY

The WM_DSA_SHEET_CLOSE_NOTIFY message is posted to the Active Directory MMC snap-in when a secondary property sheet is destroyed.

Note  This message value is not defined in a published header file. To use this message value, you must define it yourself in the exact format shown.

#define WM_DSA_SHEET_CLOSE_NOTIFY (WM_USER + 5) 
LRESULT SendMessage(
	(HWND) hwnd, 
	WM_DSA_SHEET_CLOSE_NOTIFY,
	(WPARAM) wParam, 
	(LPARAM) lParam);

Parameters

hwnd
The window handle of the snap-in window that will process this message. This handle is obtained from the hwndHidden member of the PROPSHEETCFG structure.
wParam
Contains an application-defined 32-bit value. This is obtained from the wParamSheetClose member of the PROPSHEETCFG structure.
lParam
Not used.

Return Values

The return value for this message is not used.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.

See Also

PROPSHEETCFG