Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether information was queried for the local, remote, or original copy of the item during synchronization.
Syntax
HRESULT InfoEnumerated(
[out] BOOL *pbLocalEnumerated,
[out] BOOL *pbRemoteEnumerated,
[out] BOOL *pbOriginalEnumerated
);
Parameters
[out] pbLocalEnumerated
Receives TRUE if information was queried for the local copy of the item during synchronization, or FALSE otherwise.
[out] pbRemoteEnumerated
Receives TRUE if information was queried for the remote copy of the item during synchronization, or FALSE otherwise.
[out] pbOriginalEnumerated
Receives TRUE if information was queried for the original copy of the item during synchronization, or FALSE otherwise.
Return value
Returns S_OK if successful, or an error value otherwise.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | cscobj.h |
| DLL | CscSvc.dll; CscObj.dll |