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

Inheritance: SharpCifs.Dcerpc.Ndr.NdrObject
Mostra file Open project: brandonprry/Potato

Public Properties

Property Type Description
check_point int
controls_accepted int
current_state int
service_specific_exit_code int
service_type int
wait_hint int
win32_exit_code int

Public Methods

Method Description
Decode ( NdrBuffer _src ) : void
Encode ( NdrBuffer _dst ) : void

Method Details

Decode() public method

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

Encode() public method

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

Property Details

check_point public_oe property

public int check_point
return int

controls_accepted public_oe property

public int controls_accepted
return int

current_state public_oe property

public int current_state
return int

service_specific_exit_code public_oe property

public int service_specific_exit_code
return int

service_type public_oe property

public int service_type
return int

wait_hint public_oe property

public int wait_hint
return int

win32_exit_code public_oe property

public int win32_exit_code
return int