Searched refs:ServerPipe (Results 1 – 2 of 2) sorted by relevance
65 #define ServerPipe ServerPipeW macro69 #define ServerPipe ServerPipeA macro133 class ServerPipe : public Pipe class142 virtual ~ServerPipe();144 static ServerPipe *Create( LPCTSTR lpName );524 ServerPipe::ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HAN… in ServerPipe() function in ServerPipe556 ServerPipe::~ServerPipe() in ~ServerPipe()568 Pipe *ServerPipe::AcceptConnection() in AcceptConnection()631 ServerPipe *ServerPipe::Create( LPCTSTR lpName ) in Create()633 ServerPipe *pPipe = NULL; in Create()[all …]
60 #define ServerPipe ServerPipeW macro64 #define ServerPipe ServerPipeA macro128 class ServerPipe : public Pipe class137 virtual ~ServerPipe();139 static ServerPipe *Create( LPCTSTR lpName );519 ServerPipe::ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HAN… in ServerPipe() function in ServerPipe551 ServerPipe::~ServerPipe() in ~ServerPipe()563 Pipe *ServerPipe::AcceptConnection() in AcceptConnection()626 ServerPipe *ServerPipe::Create( LPCTSTR lpName ) in Create()628 ServerPipe *pPipe = NULL; in Create()[all …]
Completed in 23 milliseconds