|
JunkBox_Win_Lib 1.5.3
|
#include <afxmt.h>#include "buffer.h"

Go to the source code of this file.
Classes | |
| class | CWinSharedMem |
Namespaces | |
| namespace | jbxwl |
Macros | |
| #define | _WIN32_WINNT _WIN32_WINNT_MAXVER |
| #define | JBXWL_DEFAULT_SMNAME "JBXWL_WinSharedMemory" |
| #define | JBXWL_DEFAULT_SMSZIE 4096 |
Functions | |
| void | open_shm_debuger (void) |
| void | close_shm_debuger (void) |
Variables | |
| CWinSharedMem * | _Debug_SHM = NULL |
| //////////////////////////////////////////////////////////// | |
| #define _WIN32_WINNT _WIN32_WINNT_MAXVER |
Definition at line 4 of file WinSMTool.h.
| #define JBXWL_DEFAULT_SMNAME "JBXWL_WinSharedMemory" |
Definition at line 11 of file WinSMTool.h.
Referenced by CWinSharedMem::CWinSharedMem().
| #define JBXWL_DEFAULT_SMSZIE 4096 |
Definition at line 12 of file WinSMTool.h.
Referenced by CWinSharedMem::CWinSharedMem(), and CWinSharedMem::CWinSharedMem().