PRJ_CALLBACK_DATA_FLAGS enumeration (projectedfslib.h)

Flags controlling what is returned in the enumeration.

Syntax

typedef enum PRJ_CALLBACK_DATA_FLAGS {
  PRJ_CB_DATA_FLAG_ENUM_RESTART_SCAN = 0x00000001,
  PRJ_CB_DATA_FLAG_ENUM_RETURN_SINGLE_ENTRY = 0x00000002
} ;

Constants

 
PRJ_CB_DATA_FLAG_ENUM_RESTART_SCAN
Value: 0x00000001
Start the scan at the first entry in the directory.
PRJ_CB_DATA_FLAG_ENUM_RETURN_SINGLE_ENTRY
Value: 0x00000002
Return only one entry from the enumeration.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809 [desktop apps only]
Minimum supported server Windows Server [desktop apps only]
Header projectedfslib.h