Directory Services |
The ADsPropSendErrorMessage function adds an error message to a list of error messages displayed by calling the ADsPropShowErrorDialog function.
BOOL ADsPropSendErrorMessage( HWND hNotifyObject, PADSPROPERROR pError );
The error messages added by the ADsPropSendErrorMessage function are accumulated until ADsPropShowErrorDialog is called. ADsPropShowErrorDialog combines and displays the accumulated error messages. When the error dialog is dismissed, the accumulated error messages are deleted.
Client: Included in Windows XP.
Server: Included in Windows Server 2003.
Header: Declared in Adsprop.h.
Library: Use DsProp.lib.
ADsPropShowErrorDialog, ADSPROPERROR, WM_ADSPROP_NOTIFY_ERROR, Active Directory Messages