Desktop Functions: Smart Device Functions:
|
STARTUPINFOEX (Structures)
C# Definition:
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] VB Definition:
Structure STARTUPINFOEX User-Defined Field Types:None. Notes:See CreateProcess and InitializeProcThreadAttributeList/UpdateProcThreadAttribute Do not forget to set the size of your object after filling in the attributes, before calling CreateProcess
startupInfoEx.StartupInfo.cb = Marshal.SizeOf(startupInfoEx); Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed. |
|