|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
#include <uLib\MemStrm.h>Go to the source code of this file.
Functions | |
| LPSTREAM | OpenMemStream (size_t Size) |
| HGLOBAL | GetMemStreamHandle (LPSTREAM pStream) |
| void | CloseMemStream (LPSTREAM pStream) |
Variables | |
| int | _omsCount = 0 |
| LPSTREAM OpenMemStream | ( | size_t | Size | ) |
Definition at line 14 of file MemStrm.cpp.
| HGLOBAL GetMemStreamHandle | ( | LPSTREAM | pStream | ) |
Definition at line 34 of file MemStrm.cpp.
| void CloseMemStream | ( | LPSTREAM | pStream | ) |
Definition at line 43 of file MemStrm.cpp.
| int _omsCount = 0 |
Definition at line 10 of file MemStrm.cpp.