Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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