Code::Blocks  SVN r11506
Classes | Macros | Typedefs | Variables
ipc.h File Reference
#include "sdk.h"
#include <wx/wx.h>
#include <windows.h>
Include dependency graph for ipc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SharedMemory
 
class  IPC
 

Macros

#define WIN32_LEAN_AND_MEAN
 
#define NOGDI
 

Typedefs

typedef HANDLE shm_handle_t
 
typedef HANDLE semaphore_t
 

Variables

static const int ipc_buf_size = 1024*64
 

Macro Definition Documentation

◆ NOGDI

#define NOGDI

Definition at line 18 of file ipc.h.

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 17 of file ipc.h.

Typedef Documentation

◆ semaphore_t

typedef HANDLE semaphore_t

Definition at line 21 of file ipc.h.

◆ shm_handle_t

typedef HANDLE shm_handle_t

Definition at line 20 of file ipc.h.

Variable Documentation

◆ ipc_buf_size

const int ipc_buf_size = 1024*64
static

Definition at line 42 of file ipc.h.

Referenced by SharedMemory::SharedMemory(), SharedMemory::Size(), and SharedMemory::Unlock().