dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
SECURITY_ATTRIBUTES
dlib
core
thread
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
extern (
Windows
)
struct
SECURITY_ATTRIBUTES {
uint
nLength
;
void
*
lpSecurityDescriptor
;
int
bInheritHandle
;
}
Members
Variables
bInheritHandle
int
bInheritHandle
;
Undocumented in source.
lpSecurityDescriptor
void
*
lpSecurityDescriptor
;
Undocumented in source.
nLength
uint
nLength
;
Undocumented in source.
Meta
Source
See Implementation
dlib
core
thread
aliases
LPTHREAD_START_ROUTINE
classes
Thread
functions
CloseHandle
CreateThread
GetExitCodeThread
TerminateThread
WaitForMultipleObjects
manifest constants
INFINITE
STILL_ACTIVE
structs
SECURITY_ATTRIBUTES