#include <comstl/comstl.h>
Go to the source code of this file.
Namespaces | |
| namespace | comstl |
Functions | |
| STLSOFT_INLINE HRESULT | comstl__get_stream_size (LPSTREAM pstm, ULARGE_INTEGER *psize) |
| [C only] Gets the size of a stream | |
| HRESULT | get_stream_size (LPSTREAM pstm, ULARGE_INTEGER *psize) |
| Gets the size of a stream. | |
| HRESULT | get_stream_size (LPSTREAM pstm, ULARGE_INTEGER &size) |
| Gets the size of a stream. | |
| HRESULT | get_stream_size (LPSTREAM pstm, cs_uint64_t &size) |
| Gets the size of a stream. | |
1.5.6