Loading...
Searching...
No Matches

Classes

struct  message
 

Public Member Functions

bool initServer ()
 
bool initClient ()
 
void initSocket ()
 
bool startProcess (std::string_view command, std::string_view wdir, const QProcessEnvironment &genv)
 
int write (std::string_view data)
 

Static Public Member Functions

static std::vector< char > environment (const QProcessEnvironment &genv)
 

Public Attributes

char PIPENAME [512] = {}
 
HANDLE pipe_server {INVALID_HANDLE_VALUE}
 
HANDLE pipe_client {INVALID_HANDLE_VALUE}
 
PROCESS_INFORMATION process
 
QLocalSocket socket
 
bool ready {false}
 
QByteArray readbuf
 

Member Data Documentation

◆ process

PROCESS_INFORMATION bitfocus::win32_handles::process
Initial value:
{
.hProcess = INVALID_HANDLE_VALUE,
.hThread = INVALID_HANDLE_VALUE,
.dwProcessId = {},
.dwThreadId = {}}

The documentation for this struct was generated from the following file:
  • BitfocusContext.win32.cpp