Skip to content

Latest commit

 

History

History
66 lines (56 loc) · 2.39 KB

ne-cfapi-cf_callback_close_completion_flags.md

File metadata and controls

66 lines (56 loc) · 2.39 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
NE:cfapi.CF_CALLBACK_CLOSE_COMPLETION_FLAGS
CF_CALLBACK_CLOSE_COMPLETION_FLAGS (cfapi.h)
Callback flags for notifying a sync provider that a placeholder under one of its sync roots that has been previously opened for read/write/delete access is now closed.
CF_CALLBACK_CLOSE_COMPLETION_FLAGS
CF_CALLBACK_CLOSE_COMPLETION_FLAGS enumeration
CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED
CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE
cfapi/CF_CALLBACK_CLOSE_COMPLETION_FLAGS
cfapi/CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED
cfapi/CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE
cloudApi.cf_callback_close_completion_flags
cloudapi\cf_callback_close_completion_flags.htm
cloudapi
D80D95FB-C53B-4A31-97B9-389BE73BE966
03/29/2023
CF_CALLBACK_CLOSE_COMPLETION_FLAGS, CF_CALLBACK_CLOSE_COMPLETION_FLAGS enumeration, CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED, CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE, cfapi/CF_CALLBACK_CLOSE_COMPLETION_FLAGS, cfapi/CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED, cfapi/CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE, cloudApi.cf_callback_close_completion_flags
cfapi.h
Windows
Windows 10, version 1709 [desktop apps only]
Windows Server 2016 [desktop apps only]
Windows
CF_CALLBACK_CLOSE_COMPLETION_FLAGS
19H1
CF_CALLBACK_CLOSE_COMPLETION_FLAGS
cfapi/CF_CALLBACK_CLOSE_COMPLETION_FLAGS
c++
APIRef
kbSyntax
HeaderDef
CfApi.h
CF_CALLBACK_CLOSE_COMPLETION_FLAGS

CF_CALLBACK_CLOSE_COMPLETION_FLAGS enumeration

-description

Callback flags for notifying a sync provider that a placeholder under one of its sync roots that has been previously opened for read/write/delete access is now closed.

-enum-fields

-field CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE:0x00000000

No close completion flags.

-field CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED:0x00000001

A flag set if a placeholder is deleted as a result of the close.

-see-also

CF_CALLBACK_TYPE