C# Class SharpCifs.Dcerpc.Msrpc.svcctl.CreateServiceW

Inheritance: SharpCifs.Dcerpc.DcerpcMessage
Mostra file Open project: brandonprry/Potato Class Usage Examples

Public Properties

Property Type Description
access_mask int
binary_path_name String
dependency_size int
display_name String
error_control int
load_order_group String
lpDependencies byte[]
lpServiceStartName String
lpdwTagId SharpCifs.Dcerpc.Ndr.NdrLong
password byte[]
password_size int
retval int
scmanager_handle SharpCifs.Dcerpc.Rpc.PolicyHandle
service_handle SharpCifs.Dcerpc.Rpc.PolicyHandle
service_name String
service_type int
start_type int

Public Methods

Method Description
CreateServiceW ( Rpc scmanager_handle, String service_name, String display_name, int access_mask, int service_type, int start_type, int error_control, String binary_path_name, String load_order_group, NdrLong lpdwTagId, byte lpDependencies, int dependency_size, String lpServiceStartName, byte password, int password_size, Rpc service_handle ) : System
Decode_out ( NdrBuffer _src ) : void
Encode_in ( NdrBuffer _dst ) : void
GetOpnum ( ) : int

Method Details

CreateServiceW() public method

public CreateServiceW ( Rpc scmanager_handle, String service_name, String display_name, int access_mask, int service_type, int start_type, int error_control, String binary_path_name, String load_order_group, NdrLong lpdwTagId, byte lpDependencies, int dependency_size, String lpServiceStartName, byte password, int password_size, Rpc service_handle ) : System
scmanager_handle Rpc
service_name String
display_name String
access_mask int
service_type int
start_type int
error_control int
binary_path_name String
load_order_group String
lpdwTagId SharpCifs.Dcerpc.Ndr.NdrLong
lpDependencies byte
dependency_size int
lpServiceStartName String
password byte
password_size int
service_handle Rpc
return System

Decode_out() public method

public Decode_out ( NdrBuffer _src ) : void
_src SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

Encode_in() public method

public Encode_in ( NdrBuffer _dst ) : void
_dst SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

GetOpnum() public method

public GetOpnum ( ) : int
return int

Property Details

access_mask public_oe property

public int access_mask
return int

binary_path_name public_oe property

public String binary_path_name
return String

dependency_size public_oe property

public int dependency_size
return int

display_name public_oe property

public String display_name
return String

error_control public_oe property

public int error_control
return int

load_order_group public_oe property

public String load_order_group
return String

lpDependencies public_oe property

public byte[] lpDependencies
return byte[]

lpServiceStartName public_oe property

public String lpServiceStartName
return String

lpdwTagId public_oe property

public NdrLong,SharpCifs.Dcerpc.Ndr lpdwTagId
return SharpCifs.Dcerpc.Ndr.NdrLong

password public_oe property

public byte[] password
return byte[]

password_size public_oe property

public int password_size
return int

retval public_oe property

public int retval
return int

scmanager_handle public_oe property

public Rpc.PolicyHandle,SharpCifs.Dcerpc scmanager_handle
return SharpCifs.Dcerpc.Rpc.PolicyHandle

service_handle public_oe property

public Rpc.PolicyHandle,SharpCifs.Dcerpc service_handle
return SharpCifs.Dcerpc.Rpc.PolicyHandle

service_name public_oe property

public String service_name
return String

service_type public_oe property

public int service_type
return int

start_type public_oe property

public int start_type
return int