Home
last modified time | relevance | path

Searched refs:LocalThreadAttributes (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/kernel32/client/
H A Dproc.c2256 SECURITY_ATTRIBUTES LocalThreadAttributes, LocalProcessAttributes; in CreateProcessInternalW() local
2414 RtlZeroMemory(&LocalThreadAttributes, sizeof(LocalThreadAttributes)); in CreateProcessInternalW()
4202 LocalThreadAttributes = *lpThreadAttributes; in CreateProcessInternalW()
4203 LocalThreadAttributes.lpSecurityDescriptor = NULL; in CreateProcessInternalW()
4205 &LocalThreadAttributes, in CreateProcessInternalW()