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.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | propsys.h |