IWICStream

Undocumented in source.

Members

Functions

InitializeFromFilename
HRESULT InitializeFromFilename(LPCWSTR wzFileName, DWORD dwDesiredAccess)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitializeFromIStream
HRESULT InitializeFromIStream(IStream* pIStream)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitializeFromIStreamRegion
HRESULT InitializeFromIStreamRegion(IStream* pIStream, ULARGE_INTEGER ulOffset, ULARGE_INTEGER ulMaxSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitializeFromMemory
HRESULT InitializeFromMemory(ubyte* pbBuffer, DWORD cbBufferSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From IStream

Clone
HRESULT Clone(IStream* ppstm)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Commit
HRESULT Commit(uint grfCommitFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CopyTo
HRESULT CopyTo(IStream pstm, ULARGE_INTEGER cb, ULARGE_INTEGER* pcbRead, ULARGE_INTEGER* pcbWritten)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LockRegion
HRESULT LockRegion(ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, uint dwLockType)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Revert
HRESULT Revert()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Seek
HRESULT Seek(LARGE_INTEGER dlibMove, uint dwOrigin, ULARGE_INTEGER* plibNewPosition)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetSize
HRESULT SetSize(ULARGE_INTEGER libNewSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Stat
HRESULT Stat(STATSTG* pstatstg, uint grfStatFlag)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UnlockRegion
HRESULT UnlockRegion(ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, uint dwLockType)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta