ReactOS 0.4.15-dev-7924-g5949c20
_SB_CREATE_PROCESS_MSG Struct Reference

#include <smmsg.h>

Collaboration diagram for _SB_CREATE_PROCESS_MSG:

Public Attributes

union {
   struct {
      PUNICODE_STRING   ImageName
 
      PUNICODE_STRING   CurrentDirectory
 
      PUNICODE_STRING   CommandLine
 
      PUNICODE_STRING   DllPath
 
      ULONG   Flags
 
      ULONG   DebugFlags
 
   }   In
 
   struct {
      HANDLE   ProcessHandle
 
      HANDLE   ThreadHandle
 
      ULONG   SubsystemType
 
      CLIENT_ID   ClientId
 
   }   Out
 
}; 
 

Detailed Description

Definition at line 186 of file smmsg.h.

Member Data Documentation

◆ 

union { ... } _SB_CREATE_PROCESS_MSG::@3527

◆ ClientId

CLIENT_ID _SB_CREATE_PROCESS_MSG::ClientId

Definition at line 204 of file smmsg.h.

◆ CommandLine

PUNICODE_STRING _SB_CREATE_PROCESS_MSG::CommandLine

Definition at line 194 of file smmsg.h.

◆ CurrentDirectory

PUNICODE_STRING _SB_CREATE_PROCESS_MSG::CurrentDirectory

Definition at line 193 of file smmsg.h.

◆ DebugFlags

ULONG _SB_CREATE_PROCESS_MSG::DebugFlags

Definition at line 197 of file smmsg.h.

◆ DllPath

PUNICODE_STRING _SB_CREATE_PROCESS_MSG::DllPath

Definition at line 195 of file smmsg.h.

◆ Flags

ULONG _SB_CREATE_PROCESS_MSG::Flags

Definition at line 196 of file smmsg.h.

◆ ImageName

PUNICODE_STRING _SB_CREATE_PROCESS_MSG::ImageName

Definition at line 192 of file smmsg.h.

◆ 

struct { ... } _SB_CREATE_PROCESS_MSG::In

◆ 

struct { ... } _SB_CREATE_PROCESS_MSG::Out

◆ ProcessHandle

HANDLE _SB_CREATE_PROCESS_MSG::ProcessHandle

Definition at line 201 of file smmsg.h.

◆ SubsystemType

ULONG _SB_CREATE_PROCESS_MSG::SubsystemType

Definition at line 203 of file smmsg.h.

◆ ThreadHandle

HANDLE _SB_CREATE_PROCESS_MSG::ThreadHandle

Definition at line 202 of file smmsg.h.


The documentation for this struct was generated from the following file: