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_SET Value: 0 Replace current value. |
PKA_APPEND Append to current value - multi-value properties only. |
PKA_DELETE Delete 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 |