Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Propsys.h

IDL

Propsys.idl

 

 

Show:
© 2017 Microsoft