|
HRESULT | GetPropertyDescription ([in] REFPROPERTYKEY propkey, [in] REFIID riid, [out, iid_is(riid)] void **ppv) |
|
HRESULT | GetPropertyDescriptionByName ([in, string] LPCWSTR pszCanonicalName, [in] REFIID riid, [out, iid_is(riid)] void **ppv) |
|
HRESULT | GetPropertyDescriptionListFromString ([in, string] LPCWSTR pszPropList, [in] REFIID riid, [out, iid_is(riid)] void **ppv) |
|
HRESULT | EnumeratePropertyDescriptions ([in] PROPDESC_ENUMFILTER filterOn, [in] REFIID riid, [out, iid_is(riid)] void **ppv) |
|
HRESULT | FormatForDisplay ([in] REFPROPERTYKEY key, [in] REFPROPVARIANT propvar, [in] PROPDESC_FORMAT_FLAGS pdff, [out, string, size_is(cchText)] LPWSTR pszText, [in] DWORD cchText) |
|
HRESULT | FormatForDisplayAlloc ([in] REFPROPERTYKEY key, [in] REFPROPVARIANT propvar, [in] PROPDESC_FORMAT_FLAGS pdff, [out, string] LPWSTR *pszText) |
|
HRESULT | RegisterPropertySchema ([in, string] LPCWSTR pszPath) |
|
HRESULT | UnregisterPropertySchema ([in, string] LPCWSTR pszPath) |
|
HRESULT | RefreshPropertySchema (void) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 622 of file propsys.idl.
◆ EnumeratePropertyDescriptions()
◆ FormatForDisplay()
HRESULT IPropertySystem::FormatForDisplay |
( |
[in] REFPROPERTYKEY |
key, |
|
|
[in] REFPROPVARIANT |
propvar, |
|
|
[in] PROPDESC_FORMAT_FLAGS |
pdff, |
|
|
[out, string, size_is(cchText)] LPWSTR |
pszText, |
|
|
[in] DWORD |
cchText |
|
) |
| |
◆ FormatForDisplayAlloc()
HRESULT IPropertySystem::FormatForDisplayAlloc |
( |
[in] REFPROPERTYKEY |
key, |
|
|
[in] REFPROPVARIANT |
propvar, |
|
|
[in] PROPDESC_FORMAT_FLAGS |
pdff, |
|
|
[out, string] LPWSTR * |
pszText |
|
) |
| |
◆ GetPropertyDescription()
◆ GetPropertyDescriptionByName()
HRESULT IPropertySystem::GetPropertyDescriptionByName |
( |
[in, string] LPCWSTR |
pszCanonicalName, |
|
|
[in] REFIID |
riid, |
|
|
[out, iid_is(riid)] void ** |
ppv |
|
) |
| |
◆ GetPropertyDescriptionListFromString()
HRESULT IPropertySystem::GetPropertyDescriptionListFromString |
( |
[in, string] LPCWSTR |
pszPropList, |
|
|
[in] REFIID |
riid, |
|
|
[out, iid_is(riid)] void ** |
ppv |
|
) |
| |
◆ RefreshPropertySchema()
HRESULT IPropertySystem::RefreshPropertySchema |
( |
void |
| ) |
|
◆ RegisterPropertySchema()
HRESULT IPropertySystem::RegisterPropertySchema |
( |
[in, string] LPCWSTR |
pszPath | ) |
|
◆ UnregisterPropertySchema()
HRESULT IPropertySystem::UnregisterPropertySchema |
( |
[in, string] LPCWSTR |
pszPath | ) |
|
The documentation for this interface was generated from the following file: