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.
When overridden in a derived class, indicates whether the specified filter is the same as this filter.
HRESULT IsIdentical(
ISyncFilter *pSyncFilter);
Parameters
- pSyncFilter
[in] A filter to compare with this filter.
Return Value
S_OK when pSyncFilter is the same as this filter.
S_FALSE when pSyncFilter is not the same as this filer.
Provider-determined error codes.