|
HRESULT | GetMetadataFormat ([out] GUID *pguidMetadataFormat) |
|
HRESULT | GetContainerFormats ([in] UINT cContainerFormats, [in, out, unique, size_is(cContainerFormats)] GUID *pguidContainerFormats, [out] UINT *pcchActual) |
|
HRESULT | GetDeviceManufacturer ([in] UINT cchDeviceManufacturer, [in, out, unique, size_is(cchDeviceManufacturer)] WCHAR *wzDeviceManufacturer, [out] UINT *pcchActual) |
|
HRESULT | GetDeviceModels ([in] UINT cchDeviceModels, [in, out, unique, size_is(cchDeviceModels)] WCHAR *wzDeviceModels, [out] UINT *pcchActual) |
|
HRESULT | DoesRequireFullStream ([out] BOOL *pfRequiresFullStream) |
|
HRESULT | DoesSupportPadding ([out] BOOL *pfSupportsPadding) |
|
HRESULT | DoesRequireFixedSize ([out] BOOL *pfFixedSize) |
|
HRESULT | GetComponentType ([out] WICComponentType *pType) |
|
HRESULT | GetCLSID ([out] CLSID *pclsid) |
|
HRESULT | GetSigningStatus ([out] DWORD *pStatus) |
|
HRESULT | GetAuthor ([in] UINT cchAuthor, [in, out, unique, size_is(cchAuthor)] WCHAR *wzAuthor, [out] UINT *pcchActual) |
|
HRESULT | GetVendorGUID ([out] GUID *pguidVendor) |
|
HRESULT | GetVersion ([in] UINT cchVersion, [in, out, unique, size_is(cchVersion)] WCHAR *wzVersion, [out] UINT *pcchActual) |
|
HRESULT | GetSpecVersion ([in] UINT cchSpecVersion, [in, out, unique, size_is(cchSpecVersion)] WCHAR *wzSpecVersion, [out] UINT *pcchActual) |
|
HRESULT | GetFriendlyName ([in] UINT cchFriendlyName, [in, out, unique, size_is(cchFriendlyName)] WCHAR *wzFriendlyName, [out] UINT *pcchActual) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 183 of file wincodecsdk.idl.
◆ DoesRequireFixedSize()
HRESULT IWICMetadataHandlerInfo::DoesRequireFixedSize |
( |
[out] BOOL * |
pfFixedSize | ) |
|
◆ DoesRequireFullStream()
HRESULT IWICMetadataHandlerInfo::DoesRequireFullStream |
( |
[out] BOOL * |
pfRequiresFullStream | ) |
|
◆ DoesSupportPadding()
HRESULT IWICMetadataHandlerInfo::DoesSupportPadding |
( |
[out] BOOL * |
pfSupportsPadding | ) |
|
◆ GetContainerFormats()
HRESULT IWICMetadataHandlerInfo::GetContainerFormats |
( |
[in] UINT |
cContainerFormats, |
|
|
[in, out, unique, size_is(cContainerFormats)] GUID * |
pguidContainerFormats, |
|
|
[out] UINT * |
pcchActual |
|
) |
| |
◆ GetDeviceManufacturer()
HRESULT IWICMetadataHandlerInfo::GetDeviceManufacturer |
( |
[in] UINT |
cchDeviceManufacturer, |
|
|
[in, out, unique, size_is(cchDeviceManufacturer)] WCHAR * |
wzDeviceManufacturer, |
|
|
[out] UINT * |
pcchActual |
|
) |
| |
◆ GetDeviceModels()
HRESULT IWICMetadataHandlerInfo::GetDeviceModels |
( |
[in] UINT |
cchDeviceModels, |
|
|
[in, out, unique, size_is(cchDeviceModels)] WCHAR * |
wzDeviceModels, |
|
|
[out] UINT * |
pcchActual |
|
) |
| |
◆ GetMetadataFormat()
HRESULT IWICMetadataHandlerInfo::GetMetadataFormat |
( |
[out] GUID * |
pguidMetadataFormat | ) |
|
The documentation for this interface was generated from the following file: