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.
Gets the ISyncFilterInfo that was specified when the change batch was created.
HRESULT GetFilterInfo(
ISyncFilterInfo ** ppFilterInfo);
Parameters
- ppFilterInfo
[out] Returns the ISyncFilterInfo that was specified when the change batch was created. NULL indicates that no filter was specified when the change batch was created.
Return Value
S_OK
S_FALSE when no filter was specified when the change batch was created. In this situation, NULL is returned in ppFilterInfo.
E_POINTER
See Also
Reference
ISyncChangeBatchAdvanced Interface
IProviderFilteredSyncServices::CreateFilteredEnumerationChangeBatch