Contains the window handle of the property page that generated
the error.
pszPageTitle
Pointer to a NULL-terminated Unicode string that contains the
title of the property page that generated the error.
pszObjPath
Pointer to a NULL-terminated Unicode string that contains the
ADsPath of the directory object that the error occurred on.
pszObjClass
Pointer to a NULL-terminated Unicode string that contains the
class name of the directory object that the error occurred on.
hr
Contains an HRESULT value that specifies the code of the
error that occurred. If hr is not equal to S_OK, then
pszError is ignored. If hr is equal to S_OK, then
pszError contains an error message.
pszError
Pointer to a NULL-terminated Unicode string that contains the
error message to be displayed in the error dialog box. This member
is ignored if hr is not equal to S_OK. In this case, the
error dialog box will display a system-defined message for the
error specified by hr.
Requirements
Client: Included in Windows XP. Server: Included in Windows Server 2003. Header: Declared in Adsprop.h.