ISyncMgrSynchronizeCallback::ShowPropertiesCompleted method (mobsync.h)
Called by the registered application's handler before or after its ShowProperties operation is completed.
Syntax
HRESULT ShowPropertiesCompleted(
[in] HRESULT hr
);
Parameters
[in] hr
Type: HRESULT
Whether the ShowProperties was successful.
Return value
Type: HRESULT
This method can return one of these values.
Return code | Description |
---|---|
|
Call was completed successfully. |
Remarks
It is acceptable for the registered application's handler to call this method before returning from the ShowProperties method.
This method should not be called if the registered application's handler does not return a success code from the ShowProperties method.
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 |