Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies command types.
Syntax
typedef enum PRJ_COMPLETE_COMMAND_TYPE {
PRJ_COMPLETE_COMMAND_TYPE_NOTIFICATION = 1,
PRJ_COMPLETE_COMMAND_TYPE_ENUMERATION = 2
} ;
Constants
PRJ_COMPLETE_COMMAND_TYPE_NOTIFICATIONValue: 1 The provider is completing a call to its PRJ_NOTIFICATION_CB callback. |
PRJ_COMPLETE_COMMAND_TYPE_ENUMERATIONValue: 2 The provider is completing a call to its PRJ_GET_DIRECTORY_ENUMERATION_CB callback. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 [desktop apps only] |
| Minimum supported server | Windows Server [desktop apps only] |
| Header | projectedfslib.h |