Public Member Functions |
| 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) |
Definition at line 622 of file propsys.idl.