5 references to STARTUPINFOW
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6654PInvoke.GetStartupInfo(out STARTUPINFOW si);
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (4)
520 /// <inheritdoc cref="GetStartupInfo(winmdroot.System.Threading.STARTUPINFOW*)"/> 522 internal static unsafe void GetStartupInfo(out winmdroot.System.Threading.STARTUPINFOW lpStartupInfo) 524 fixed (winmdroot.System.Threading.STARTUPINFOW* lpStartupInfoLocal = &lpStartupInfo) 538 internal static extern unsafe void GetStartupInfo(winmdroot.System.Threading.STARTUPINFOW* lpStartupInfo);