Retrieves a pointer to a synchronous debug operation interface.
Syntax
HRESULT GetSyncDebugOperation
    IDebugSyncOperation **ppsdo
);
Parameters
- ppsdo
 - [out] Address of a pointer to an IDebugSyncOperation interface.
 
Return Value
Returns S_OK if successful, or an error code otherwise.