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

/vbox/src/VBox/Runtime/r3/win/
H A Dlocalipc-win.cpp280 SECURITY_ATTRIBUTES SecAttrs; local
281 SecAttrs.nLength = sizeof(SECURITY_ATTRIBUTES);
282 SecAttrs.lpSecurityDescriptor = pSecDesc;
283 SecAttrs.bInheritHandle = FALSE;
322 &SecAttrs); /* lpSecurityAttributes */
680 SECURITY_ATTRIBUTES SecAttrs; local
681 SecAttrs.nLength = sizeof(SECURITY_ATTRIBUTES);
682 SecAttrs.lpSecurityDescriptor = pSecDesc;
683 SecAttrs.bInheritHandle = FALSE;
689 &SecAttrs, /* lpSecurityAttribute
[all...]

Completed in 35 milliseconds