![]() | ![]() | ![]() |
| ||
|
PROPBAG2_TYPE
typedef enum _tagPROPBAG2_TYPE{ PROPBAG2_TYPE_UNDEFINED = 0, PROPBAG2_TYPE_DATA = 1, PROPBAG2_TYPE_URL = 2, PROPBAG2_TYPE_OBJECT = 3, PROPBAG2_TYPE_STREAM = 4, PROPBAG2_TYPE_STORAGE = 5, PROPBAG2_TYPE_MONIKER = 6 } PROPBAG2_TYPE;Identifies the type of data contained in a PROPBAG2 structure.
- PROPBAG2_TYPE_UNDEFINED
- The value type is unknown or undefined.
- PROPBAG2_TYPE_DATA
- The value type is simple data.
- PROPBAG2_TYPE_URL
- The value type is a URL reference.
- PROPBAG2_TYPE_OBJECT
- The value type is an object.
- PROPBAG2_TYPE_STREAM
- The value type is a stream.
- PROPBAG2_TYPE_STORAGE
- The value type is a storage.
- PROPBAG2_TYPE_MONIKER
- The value type is a moniker.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.