5 references to STARTUPINFOW
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6653
PInvoke.GetStartupInfo(out
STARTUPINFOW
si);
System.Windows.Forms.Primitives (4)
_generated\417\Windows.Win32.PInvoke.KERNEL32.dll.g.cs (4)
592
/// <inheritdoc cref="GetStartupInfo(winmdroot.System.Threading.
STARTUPINFOW
*)"/>
595
internal static unsafe void GetStartupInfo(out winmdroot.System.Threading.
STARTUPINFOW
lpStartupInfo)
597
fixed (winmdroot.System.Threading.
STARTUPINFOW
* lpStartupInfoLocal = &lpStartupInfo)
611
internal static extern unsafe void GetStartupInfo(winmdroot.System.Threading.
STARTUPINFOW
* lpStartupInfo);