IStream

Undocumented in source.

Members

Functions

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.

Inherited Members

From ISequentialStream

Read
HRESULT Read(void* pv, ULONG cb, ULONG* pcbRead)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Write
HRESULT Write(void* pv, ULONG cb, ULONG* pcbWritten)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta