Used to specify where a property was found.
Syntax
typedef enum { PO_STATE = 0, PO_PART = 1, PO_CLASS = 2, PO_GLOBAL = 3, PO_NOTFOUND = 4 } PROPERTYORIGIN;
Constants
- PO_STATE
Property was found in the state section.
- PO_PART
Property was found in the part section.
- PO_CLASS
Property was found in the class section.
- PO_GLOBAL
Property was found in the list of globals.
- PO_NOTFOUND
Property was not found.
Enumerated Type Information
Header ThemeApi.h Minimum operating systems Windows NT Whistler