PSC_STATE enumeration
Specifies the state of a property. They are set manually by the code that is hosting the in-memory property store cache.
Syntax
typedef enum PSC_STATE { PSC_NORMAL = 0x0000, PSC_NOTINSOURCE = 0x0001, PSC_DIRTY = 0x0002 } PSC_STATE;
Constants
- PSC_NORMAL
-
The property has not been altered.
- PSC_NOTINSOURCE
-
The requested property does not exist for the file or stream on which the property handler was initialized.
- PSC_DIRTY
-
The property has been altered but has not yet been committed to the file or stream.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: