|
HRESULT | SupportsTransparency ([out] BOOL *pfSupportsTransparency) |
|
HRESULT | GetNumericRepresentation ([out] WICPixelFormatNumericRepresentation *pNumericRepresentation) |
|
HRESULT | GetFormatGUID ([out] GUID *pFormat) |
|
HRESULT | GetColorContext ([out] IWICColorContext **ppIColorContext) |
|
HRESULT | GetBitsPerPixel ([out] UINT *puiBitsPerPixel) |
|
HRESULT | GetChannelCount ([out] UINT *puiChannelCount) |
|
HRESULT | GetChannelMask ([in] UINT uiChannelIndex, [in] UINT cbMaskBuffer, [in, out, unique, size_is(cbMaskBuffer)] BYTE *pbMaskBuffer, [out] UINT *pcbActual) |
|
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 639 of file wincodec.idl.