CreateProcessAsUser (advapi32)
Last changed: -87.186.76.92

.
Summary
TODO - a short description

C# Signature:

VB Signature:

Private Declare Auto Function CreateProcessAsUser Lib "advapi32" (ByVal hToken As IntPtr, ByVal strApplicationName As String, ByVal strCommandLine As String, ByRef lpProcessAttributes as SECURITY_ATTRIBUTES, ByRef lpThreadAttributes as SECURITY_ATTRIBUTES, ByVal bInheritHandles as Boolean, ByVal dwCreationFlags As Integer, ByVal lpEnvironment As Integer, ByVal lpCurrentDriectory As Integer, ByRef lpStartupInfo As STARTUPINFO, ByRef lpProcessInformation As PROCESS_INFORMATION) As Integer

User-Defined Types:

SECURITY_ATTRIBUTES

PROCESS_INFORMATION

STARTUPINFO

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation