IOfflineFilesEventsFilter::GetPathFilter method (cscobj.h)
Retrieves a UNC path string and a scope indicator describing which path-based events should be delivered to this event sink.
Syntax
HRESULT GetPathFilter(
[out] LPWSTR *ppszFilter,
[out] OFFLINEFILES_PATHFILTER_MATCH *pMatch
);
Parameters
[out] ppszFilter
Receives a fully qualified UNC path string identifying the path associated with the filter. The memory for this string must be allocated using the CoTaskMemAlloc function.
[out] pMatch
Receives an OFFLINEFILES_PATHFILTER_MATCH enumeration value indicating which descendants of the filter path are to be included in the set of events delivered to the event sink.
Return value
Return S_OK if implemented, E_NOTIMPL if not implemented.
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 |