20 #ifndef __JackWinEvent__    21 #define __JackWinEvent__    23 #include "JackSynchro.h"    44         void BuildName(
const char* name, 
const char* server_name, 
char* res, 
int size);
    56         bool TimedWait(
long usec);
    58         bool Allocate(
const char* name, 
const char* server_name, 
int value);
    59         bool Connect(
const char* name, 
const char* server_name);
    60         bool ConnectInput(
const char* name, 
const char* server_name);
    61         bool ConnectOutput(
const char* name, 
const char* server_name);
 
Inter process synchronization using POSIX semaphore. 
Inter process synchronization using system wide events.