Searched defs:SecurityAttributes (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp255 SECURITY_ATTRIBUTES SecurityAttributes; local
259 SecurityAttributes.nLength = sizeof(SecurityAttributes);
260 SecurityAttributes.lpSecurityDescriptor = NULL;
261 SecurityAttributes.bInheritHandle = TRUE;
262 pSecurityAttributes = &SecurityAttributes;
H A Dpipe-win.cpp180 SECURITY_ATTRIBUTES SecurityAttributes; local
184 SecurityAttributes.nLength = sizeof(SecurityAttributes);
185 SecurityAttributes.lpSecurityDescriptor = NULL;
186 SecurityAttributes.bInheritHandle = TRUE;
187 pSecurityAttributes = &SecurityAttributes;
228 SecurityAttributes.nLength = sizeof(SecurityAttributes);
229 SecurityAttributes.lpSecurityDescriptor = NULL;
230 SecurityAttributes
[all...]

Completed in 36 milliseconds