PKA_FLAGS enumeration (propsys.h)
Describes property change array behavior.
Syntax
typedef enum PKA_FLAGS {
PKA_SET = 0,
PKA_APPEND,
PKA_DELETE
} ;
Constants
PKA_SETValue: 0 Replace current value. |
PKA_APPENDAppend to current value - multi-value properties only. |
PKA_DELETEDelete from current value - multi-value properties only. |
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | propsys.h |