Loading...
Searching...
No Matches
Classes |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
List of all members
bitfocus::win32_handles Struct Reference
Classes | |
struct | message |
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