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

Inheritance: SharpCifs.Dcerpc.DcerpcMessage
Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Свойство Type Description
buf_size int
bytes_needed int
handle SharpCifs.Dcerpc.Rpc.PolicyHandle
resume_handle int
retval int
service byte[]
services_returned int
state int
type int

Méthodes publiques

Méthode Description
Decode_out ( NdrBuffer _src ) : void
Encode_in ( NdrBuffer _dst ) : void
EnumServicesStatus ( Rpc handle, int type, int state, int buf_size, byte service, int bytes_needed, int services_returned, int resume_handle ) : System
GetOpnum ( ) : int

Method Details

Decode_out() public méthode

public Decode_out ( NdrBuffer _src ) : void
_src SharpCifs.Dcerpc.Ndr.NdrBuffer
Résultat void

Encode_in() public méthode

public Encode_in ( NdrBuffer _dst ) : void
_dst SharpCifs.Dcerpc.Ndr.NdrBuffer
Résultat void

EnumServicesStatus() public méthode

public EnumServicesStatus ( Rpc handle, int type, int state, int buf_size, byte service, int bytes_needed, int services_returned, int resume_handle ) : System
handle Rpc
type int
state int
buf_size int
service byte
bytes_needed int
services_returned int
resume_handle int
Résultat System

GetOpnum() public méthode

public GetOpnum ( ) : int
Résultat int

Property Details

buf_size public_oe property

public int buf_size
Résultat int

bytes_needed public_oe property

public int bytes_needed
Résultat int

handle public_oe property

public Rpc.PolicyHandle,SharpCifs.Dcerpc handle
Résultat SharpCifs.Dcerpc.Rpc.PolicyHandle

resume_handle public_oe property

public int resume_handle
Résultat int

retval public_oe property

public int retval
Résultat int

service public_oe property

public byte[] service
Résultat byte[]

services_returned public_oe property

public int services_returned
Résultat int

state public_oe property

public int state
Résultat int

type public_oe property

public int type
Résultat int