1 instantiation of STARTUP_INFO
Microsoft.Build (1)
BackEnd\Components\Communications\NodeLauncher.cs (1)
62
BackendNativeMethods.STARTUP_INFO startInfo =
new
();
3 references to STARTUP_INFO
Microsoft.Build (3)
BackEnd\Components\Communications\NodeLauncher.cs (2)
62
BackendNativeMethods.
STARTUP_INFO
startInfo = new();
63
startInfo.cb = Marshal.SizeOf<BackendNativeMethods.
STARTUP_INFO
>();
BackEnd\Node\NativeMethods.cs (1)
62
[In] ref
STARTUP_INFO
lpStartupInfo,