ISyncMgrConflictStore::BindToConflict method (syncmgr.h)
Binds to a particular conflict specified by IID.
Syntax
HRESULT BindToConflict(
[in] const SYNCMGR_CONFLICT_ID_INFO *pConflictIdInfo,
[in] REFIID riid,
[out] void **ppv
);
Parameters
[in] pConflictIdInfo
Type: const SYNCMGR_CONFLICT_ID_INFO*
A pointer to a SYNCMGR_CONFLICT_ID_INFO structure.
[in] riid
Type: REFIID
A reference to a desired conflict IID.
[out] ppv
Type: void**
When this method returns, contains the interface pointer requested in riid.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method is used when the conflict folder binds to a conflict, given its pointer to an item identifier list (PIDL) or parsing name. The ID is obtained from a conflict that was previously extracted from the store. See ISyncMgrConflict.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | syncmgr.h |