|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
#include <uLib/Common.h>Go to the source code of this file.
Functions | |
| LPSTREAM | OpenMemStream (size_t Size) |
| HGLOBAL | GetMemStreamHandle (LPSTREAM pStream) |
| void | CloseMemStream (LPSTREAM pStream) |
| 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.