GetStartupInfo (kernel32)
Last changed: Wade Spital-135.180.201.213

.
Summary

C# Signature:

[DllImport("kernel32.dll",EntryPoint="GetStartupInfoW")]
static extern void GetStartupInfo(out STARTUPINFO lpStartupInfo);

VB Signature:

Declare Sub GetStartupInfo Lib "kernel32.dll" (<Out> ByRef _
   lpStartupInfo As STARTUPINFO)

User-Defined Types:

STARTUPINFO

Notes:

Because .NET is in Unicode, one needs to call the wide character cersion of this call GetStartupInfoW.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation