ISyncMgrSynchronizeCallback::DeleteLogError method (mobsync.h)

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

[in] ErrorID

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.

[in] dwReserved

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
S_OK
The item was successfully deleted from the log.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header mobsync.h
DLL Mobsync.dll

See also

ISyncMgrSynchronizeCallback