|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Classes | |
| interface | IPropertyStorage |
| struct | IPropertyStorage::tagPROPVARIANT |
| struct | IPropertyStorage::tagPROPSPEC |
| struct | IPropertyStorage::tagSTATPROPSTG |
| struct | IPropertyStorage::tagSTATPROPSETSTG |
| interface | IPropertySetStorage |
| interface | IEnumSTATPROPSTG |
| interface | struct |
Macros | |
| #define | TYPEDEF_CA(type, name) |
Functions | |
| HRESULT WINAPI | FreePropVariantArray (ULONG, PROPVARIANT *) |
| HRESULT WINAPI | PropVariantClear (PROPVARIANT *) |
| HRESULT WINAPI | PropVariantCopy (PROPVARIANT *, const PROPVARIANT *) |
| HRESULT WINAPI | StgCreatePropStg (IUnknown *, REFFMTID, const CLSID *, DWORD, DWORD, IPropertyStorage **) |
| HRESULT WINAPI | StgOpenPropStg (IUnknown *, REFFMTID, DWORD, DWORD, IPropertyStorage **) |
| HRESULT WINAPI | StgCreatePropSetStg (IStorage *, DWORD, IPropertySetStorage **) |
| HRESULT WINAPI | FmtIdToPropStgName (const FMTID *, LPOLESTR) |
| HRESULT WINAPI | PropStgNameToFmtId (const LPOLESTR, FMTID *) |
Variables | |
| BYTE | rgb [1] |
| SERIALIZEDPROPERTYVALUE | |
Definition at line 81 of file propidl.idl.
Definition at line 2635 of file stg_prop.c.
Referenced by IPropertySetStorage_fnCreate(), IPropertySetStorage_fnDelete(), and IPropertySetStorage_fnOpen().
Definition at line 3267 of file ole2.c.
Referenced by PropVariantClear().
Definition at line 2700 of file stg_prop.c.
Referenced by create_EnumSTATPROPSETSTG().
Definition at line 2968 of file ole2.c.
Referenced by check_tiff_format(), compare_metadata(), destroy_format(), free_header(), FreePropVariantArray(), GdipGetAllPropertyItems(), GdipGetPropertyItem(), GdipGetPropertyItemSize(), GdipGetPropertySize(), get_bool_property(), get_next_reader(), get_property(), get_token(), get_ulong_by_index(), InitPropVariantFromStringVector(), MetadataHandler_FreeItems(), MimeBody_GetProp(), MMDevice_Create(), MMDevice_GetPropValue(), mqr_GetMetadataByName(), on_mime_message_available(), PersistFile_Save(), png_metadata_reader(), PropertyStorage_PropertyDestroy(), PropertyStorage_ReadFromStream(), PropertyStorage_StorePropWithId(), PropertyStore_SetValue(), PropertyStore_SetValueAndState(), PropVariantCompareEx(), set_driver_prop_value(), test_BodyDeleteProp(), test_convert(), test_copy(), test_CreateMessage(), test_CreateMetadataWriterFromReader(), test_deviceinterface(), test_first_device(), test_ifd_content(), test_InitPropVariantFromBuffer(), test_InitPropVariantFromCLSID(), test_InitPropVariantFromStringVector(), test_intconversions(), test_MessageGetPropInfo(), test_MessageOptions(), test_MessageSetProp(), test_metadata_APE(), test_metadata_App1(), test_metadata_cHRM(), test_metadata_gAMA(), test_metadata_gif(), test_metadata_GIF_comment(), test_metadata_hIST(), test_metadata_tEXt(), test_metadata_unknown(), test_propertystore(), test_propertytovariant(), test_PropVariantChangeType_LPWSTR(), test_PropVariantToBSTR(), test_PropVariantToBuffer(), test_PropVariantToDouble(), test_PropVariantToGUID(), test_PropVariantToString(), test_PropVariantToStringAlloc(), test_PropVariantToVariant(), test_queryreader(), test_validtypes(), test_VariantToPropVariant(), testCodepage(), and testPropsHelper().
Definition at line 3086 of file ole2.c.
Referenced by IPropertyStorage_fnWriteMultiple(), MetadataHandler_GetValue(), MetadataHandler_GetValueByIndex(), MetadataHandlerEnum_Next(), MimeBody_SetProp(), PropertyStorage_PropVariantCopy(), PropertyStore_GetValue(), PropertyStore_GetValueAndState(), PropertyStore_SetValue(), PropertyStore_SetValueAndState(), PropVariantChangeType(), PropVariantCopy(), test_copy(), and test_validtypes().
| HRESULT WINAPI StgCreatePropSetStg | ( | IStorage * | pstg, |
| DWORD | reserved, | ||
| IPropertySetStorage ** | propset | ||
| ) |
Definition at line 8698 of file storage32.c.
| HRESULT WINAPI StgCreatePropStg | ( | IUnknown * | unk, |
| REFFMTID | fmt, | ||
| const CLSID * | clsid, | ||
| DWORD | flags, | ||
| DWORD | reserved, | ||
| IPropertyStorage ** | prop_stg | ||
| ) |
Definition at line 2820 of file stg_prop.c.
| HRESULT WINAPI StgOpenPropStg | ( | IUnknown * | unk, |
| REFFMTID | fmt, | ||
| DWORD | flags, | ||
| DWORD | reserved, | ||
| IPropertyStorage ** | prop_stg | ||
| ) |
Definition at line 2865 of file stg_prop.c.
Definition at line 438 of file propidl.idl.
| SERIALIZEDPROPERTYVALUE |
Definition at line 439 of file propidl.idl.
Referenced by test_propertytovariant(), and test_varianttoproperty().