When creating a process in VB6 (related to this question:), I\'m using the following struct:
Private Type STARTUPINFO cb As Long lpReserved As String
Microsoft gives here an example on how to do it.