ReactOS 0.4.15-dev-7842-g558ab78
_SVCHOST_OPTIONS Struct Reference

#include <svchost.h>

Collaboration diagram for _SVCHOST_OPTIONS:

Public Attributes

PWCHAR CmdLineBuffer
 
PWCHAR CmdLine
 
BOOL HasServiceGroup
 
LPWSTR ServiceGroupName
 
DWORD CoInitializeSecurityParam
 
DWORD AuthenticationLevel
 
SECURITY_IMPERSONATION_LEVEL ImpersonationLevel
 
DWORD AuthenticationCapabilities
 
DWORD DefaultRpcStackSize
 
BOOLEAN SystemCritical
 

Detailed Description

Definition at line 74 of file svchost.h.

Member Data Documentation

◆ AuthenticationCapabilities

DWORD _SVCHOST_OPTIONS::AuthenticationCapabilities

Definition at line 83 of file svchost.h.

◆ AuthenticationLevel

DWORD _SVCHOST_OPTIONS::AuthenticationLevel

Definition at line 81 of file svchost.h.

◆ CmdLine

PWCHAR _SVCHOST_OPTIONS::CmdLine

Definition at line 77 of file svchost.h.

Referenced by BuildCommandOptions().

◆ CmdLineBuffer

PWCHAR _SVCHOST_OPTIONS::CmdLineBuffer

Definition at line 76 of file svchost.h.

Referenced by BuildCommandOptions().

◆ CoInitializeSecurityParam

DWORD _SVCHOST_OPTIONS::CoInitializeSecurityParam

Definition at line 80 of file svchost.h.

◆ DefaultRpcStackSize

DWORD _SVCHOST_OPTIONS::DefaultRpcStackSize

Definition at line 84 of file svchost.h.

◆ HasServiceGroup

BOOL _SVCHOST_OPTIONS::HasServiceGroup

Definition at line 78 of file svchost.h.

Referenced by BuildCommandOptions().

◆ ImpersonationLevel

SECURITY_IMPERSONATION_LEVEL _SVCHOST_OPTIONS::ImpersonationLevel

Definition at line 82 of file svchost.h.

◆ ServiceGroupName

LPWSTR _SVCHOST_OPTIONS::ServiceGroupName

Definition at line 79 of file svchost.h.

Referenced by BuildCommandOptions().

◆ SystemCritical

BOOLEAN _SVCHOST_OPTIONS::SystemCritical

Definition at line 85 of file svchost.h.


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