|
| HRESULT | LoadEx ([in, unique] IStream *pIStream, [in, unique] const GUID *pguidPreferredVendor, [in] DWORD dwPersistOptions) |
| |
| HRESULT | SaveEx ([in] IStream *pIStream, [in] DWORD dwPersistOptions, [in] BOOL fClearDirty) |
| |
| HRESULT | IsDirty () |
| |
| HRESULT | Load ([in, unique] IStream *pStm) |
| |
| HRESULT | Save ([in, unique] IStream *pStm, [in] BOOL fClearDirty) |
| |
| HRESULT | GetSizeMax ([out] ULARGE_INTEGER *pcbSize) |
| |
| HRESULT | GetClassID ([out] CLSID *pClassID) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 356 of file wincodecsdk.idl.
◆ LoadEx()
| HRESULT IWICPersistStream::LoadEx |
( |
[in, unique] IStream * |
pIStream, |
|
|
[in, unique] const GUID * |
pguidPreferredVendor, |
|
|
[in] DWORD |
dwPersistOptions |
|
) |
| |
◆ SaveEx()
The documentation for this interface was generated from the following file: