PROPERTYORIGIN Enumerated Type


This is preliminary documentation and is subject to change.

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

HeaderThemeApi.h
Minimum operating systems Windows NT Whistler


© 2000 Microsoft Corporation. All rights reserved. Terms of use.