Directory Services |
The IDsAdminNewObjExt::OnError method is called when an error has occurred in the wizard pages.
HRESULT OnError( HWND hWnd, HRESULT hr, ULONG uContext );
Value | Meaning |
---|---|
DSA_NEWOBJ_CTX_PRECOMMIT | An error occurred prior to the new Microsoft® Active Directory® directory service object commited to persistent storage. |
DSA_NEWOBJ_CTX_COMMIT | An error occurred while the new Active Directory object was commited to persistent storage. |
DSA_NEWOBJ_CTX_POSTCOMMIT | An error occurred after the new Active Directory object was commited to persistent storage. |
DSA_NEWOBJ_CTX_CLEANUP | An error occurred while the new Active Directory object was commited to persistent storage. |
The return value is ignored for a secondary creation extension.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsadmin.h.