|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Classes | |
| interface | IInitializeWithFile |
| interface | IInitializeWithStream |
| interface | IPropertyStore |
| interface | v1_enum |
| interface | IPropertyChange |
| interface | IPropertyChangeArray |
| interface | IPropertyStoreCapabilities |
| interface | IPropertyStoreCache |
| interface | IPropertyEnumType |
| interface | IPropertyEnumType2 |
| interface | IPropertyEnumTypeList |
| interface | IPropertyDescription |
| interface | IPropertyDescription2 |
| interface | IPropertyDescriptionAliasInfo |
| interface | IPropertyDescriptionSearchInfo |
| interface | IPropertySystem |
| interface | IPropertyDescriptionList |
| interface | IPropertyStoreFactory |
| interface | IDelayedPropertyStoreFactory |
| interface | IPersistSerializedPropStorage |
| interface | IPersistSerializedPropStorage2 |
| interface | IPropertySystemChangeNotify |
| interface | ICreateObject |
| class | PropSysObjects::InMemoryPropertyStore |
Modules | |
| library | PropSysObjects |
Typedefs | |
| typedef PROPERTYKEY * | REFPROPERTYKEY |
| typedef v1_enum | GPS_HANDLERPROPERTIESONLY = 0x01 |
| typedef v1_enum | GPS_READWRITE = 0x02 |
| typedef v1_enum | GPS_TEMPORARY = 0x04 |
| typedef v1_enum | GPS_FASTPROPERTIESONLY = 0x08 |
| typedef v1_enum | GPS_OPENSLOWITEM = 0x10 |
| typedef v1_enum | GPS_DELAYCREATION = 0x20 |
| typedef v1_enum | GPS_BESTEFFORT = 0x40 |
| typedef v1_enum | GPS_NO_OPLOCK = 0x80 |
| typedef v1_enum | GPS_MASK_VALID |
| typedef v1_enum | PKA_APPEND |
| typedef v1_enum | PKA_FLAGS |
| typedef v1_enum | PDEF_SYSTEM |
| typedef v1_enum | PDEF_NONSYSTEM |
| typedef v1_enum | PDEF_VIEWABLE |
| typedef v1_enum | PDEF_QUERYABLE |
| typedef v1_enum | PDEF_INFULLTEXTQUERY |
| typedef v1_enum | PROPDESC_ENUMFILTER |
| typedef int | PERSIST_SPROPSTORE_FLAGS |
| typedef struct tagSERIALIZEDROPSTORAGE | SERIALIZEDPROPSTORAGE |
| typedef SERIALIZEDPROPSTORAGE * | PUSERIALIZEDPROPSTORAGE |
| typedef const SERIALIZEDPROPSTORAGE * | PCUSERIALIZEDPROPSTORAGE |
Enumerations | |
| enum | _PERSIST_SPROPSTORE_FLAGS { FPSPS_DEFAULT = 0 , FPSPS_READONLY = 1 } |
Functions | |
| DEFINE_ENUM_FLAG_OPERATORS (GETPROPERTYSTOREFLAGS)[uuid(fc0ca0a7-c316-4fd2-9031-3e628e6d4f23) | |
| PSSTDAPI | PSCreateMemoryPropertyStore (REFIID, void **) |
| PSSTDAPI | PSCreatePropertyStoreFromObject (IUnknown *, DWORD, REFIID, void **) |
| PSSTDAPI | PSStringFromPropertyKey (REFPROPERTYKEY, LPWSTR, UINT) |
| PSSTDAPI | PSPropertyKeyFromString (LPCWSTR, PROPERTYKEY *) |
| PSSTDAPI | PSGetPropertyDescription (REFPROPERTYKEY, REFIID, void **) |
| PSSTDAPI | PSGetPropertyDescriptionListFromString (LPCWSTR, REFIID, void **) |
| PSSTDAPI | PSRefreshPropertySchema (void) |
| PSSTDAPI | PSRegisterPropertySchema (LPCWSTR) |
| PSSTDAPI | PSUnregisterPropertySchema (LPCWSTR) |
| coclass PropSysObjects::InMemoryPropertyStore | PropSysObjects::uuid (b8967f85-58ae-4f46-9fb2-5d7904798f4b)] coclass PropertySystem |
| typedef v1_enum GPS_BESTEFFORT = 0x40 |
| typedef v1_enum GPS_DELAYCREATION = 0x20 |
| typedef v1_enum GPS_FASTPROPERTIESONLY = 0x08 |
| typedef v1_enum GPS_HANDLERPROPERTIESONLY = 0x01 |
| typedef v1_enum GPS_MASK_VALID |
| typedef v1_enum GPS_NO_OPLOCK = 0x80 |
| typedef v1_enum GPS_OPENSLOWITEM = 0x10 |
| typedef v1_enum GPS_READWRITE = 0x02 |
| typedef v1_enum GPS_TEMPORARY = 0x04 |
Definition at line 737 of file propsys.idl.
| typedef v1_enum PDEF_INFULLTEXTQUERY |
| typedef v1_enum PDEF_NONSYSTEM |
| typedef v1_enum PDEF_QUERYABLE |
| typedef v1_enum PDEF_SYSTEM |
| typedef v1_enum PDEF_VIEWABLE |
| typedef int PERSIST_SPROPSTORE_FLAGS |
Definition at line 731 of file propsys.idl.
| typedef v1_enum PKA_APPEND |
| typedef v1_enum PROPDESC_ENUMFILTER |
Definition at line 736 of file propsys.idl.
| typedef PROPERTYKEY* REFPROPERTYKEY |
Definition at line 40 of file propsys.idl.
| typedef struct tagSERIALIZEDROPSTORAGE SERIALIZEDPROPSTORAGE |
Definition at line 733 of file propsys.idl.
| Enumerator | |
|---|---|
| FPSPS_DEFAULT | |
| FPSPS_READONLY | |
Definition at line 726 of file propsys.idl.
| DEFINE_ENUM_FLAG_OPERATORS | ( | GETPROPERTYSTOREFLAGS | ) |
Definition at line 471 of file propsys_main.c.
Referenced by test_propertystore(), test_PSCreateMemoryPropertyStore(), and test_PSCreatePropertyStoreFromObject().
Definition at line 481 of file propstore.c.
Referenced by test_PSCreatePropertyStoreFromObject().
| PSSTDAPI PSGetPropertyDescription | ( | REFPROPERTYKEY | propkey, |
| REFIID | riid, | ||
| void ** | ppv | ||
| ) |
Definition at line 223 of file propsys_main.c.
Referenced by propsys_GetPropertyDescription().
Definition at line 229 of file propsys_main.c.
Referenced by propsys_GetPropertyDescriptionListFromString().
Definition at line 389 of file propsys_main.c.
Referenced by test_PSPropertyKeyFromString().
Definition at line 241 of file propsys_main.c.
Referenced by propsys_RefreshPropertySchema(), and test_PSRefreshPropertySchema().
| PSSTDAPI PSStringFromPropertyKey | ( | REFPROPERTYKEY | pkey, |
| LPWSTR | psz, | ||
| UINT | cch | ||
| ) |
Definition at line 247 of file propsys_main.c.
Referenced by test_PSStringFromPropertyKey().