ISyncMgrSynchronizeCallback::DeleteLogError method
Called by the registered application's handler to delete a previously logged ErrorInformation, warning, or error message in the error tab on the synchronization manager status dialog box.
Syntax
HRESULT DeleteLogError( [in] REFGUID ErrorID, [in] DWORD dwReserved );
Parameters
- ErrorID [in]
-
Type: REFGUID
The LogError to be deleted. If ErrorID is GUID_NULL all errors logged by the instance of the registered application's handler will be deleted.
- dwReserved [in]
-
Type: DWORD
Return value
Type: HRESULT
This method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following:
| Return code | Description |
|---|---|
|
The item was successfully deleted from the log. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Show: