Skip to content

Latest commit

 

History

History
111 lines (93 loc) · 3.12 KB

nf-winsync-isyncchangebatchadvanced-getfilterinfo.md

File metadata and controls

111 lines (93 loc) · 3.12 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winsync.ISyncChangeBatchAdvanced.GetFilterInfo
ISyncChangeBatchAdvanced::GetFilterInfo (winsync.h)
Gets the ISyncFilterInfo that was specified when the change batch was created.
GetFilterInfo
GetFilterInfo method [Windows Sync]
GetFilterInfo method [Windows Sync]
ISyncChangeBatchAdvanced interface
ISyncChangeBatchAdvanced interface [Windows Sync]
GetFilterInfo method
ISyncChangeBatchAdvanced.GetFilterInfo
ISyncChangeBatchAdvanced::GetFilterInfo
winsync.isyncchangebatchadvanced_getfilterinfo
winsync/ISyncChangeBatchAdvanced::GetFilterInfo
winsync\isyncchangebatchadvanced_getfilterinfo.htm
winsync
f630f806-cc5a-408e-bd84-49555ebb41c1
12/05/2018
GetFilterInfo, GetFilterInfo method [Windows Sync], GetFilterInfo method [Windows Sync],ISyncChangeBatchAdvanced interface, ISyncChangeBatchAdvanced interface [Windows Sync],GetFilterInfo method, ISyncChangeBatchAdvanced.GetFilterInfo, ISyncChangeBatchAdvanced::GetFilterInfo, winsync.isyncchangebatchadvanced_getfilterinfo, winsync/ISyncChangeBatchAdvanced::GetFilterInfo
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
ISyncChangeBatchAdvanced::GetFilterInfo
winsync/ISyncChangeBatchAdvanced::GetFilterInfo
c++
APIRef
kbSyntax
COM
winsync.h
ISyncChangeBatchAdvanced.GetFilterInfo

ISyncChangeBatchAdvanced::GetFilterInfo

-description

Gets the ISyncFilterInfo that was specified when the change batch was created.

-parameters

-param 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.

-returns

The possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
S_OK
The method succeeded.
S_FALSE
No filter was specified when the change batch was created. In this situation, NULL is returned in ppFilterInfo.
E_POINTER
Invalid pointer.

-see-also

ISyncChangeBatchAdvanced Interface

ISyncFilterInfo Interface