C# Class SharpCifs.Dcerpc.Msrpc.Srvsvc.ShareEnumAll

Inheritance: DcerpcMessage
Mostra file Open project: brandonprry/Potato

Public Properties

Property Type Description
Info SharpCifs.Dcerpc.Ndr.NdrObject
Level int
Prefmaxlen int
ResumeHandle int
Retval int
Servername string
Totalentries int

Public Methods

Method Description
Decode_out ( NdrBuffer src ) : void
Encode_in ( NdrBuffer dst ) : void
GetOpnum ( ) : int
ShareEnumAll ( string servername, int level, NdrObject info, int prefmaxlen, int totalentries, int resumeHandle ) : SharpCifs.Dcerpc.Ndr

Method Details

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

ShareEnumAll() public method

public ShareEnumAll ( string servername, int level, NdrObject info, int prefmaxlen, int totalentries, int resumeHandle ) : SharpCifs.Dcerpc.Ndr
servername string
level int
info SharpCifs.Dcerpc.Ndr.NdrObject
prefmaxlen int
totalentries int
resumeHandle int
return SharpCifs.Dcerpc.Ndr

Property Details

Info public_oe property

public NdrObject,SharpCifs.Dcerpc.Ndr Info
return SharpCifs.Dcerpc.Ndr.NdrObject

Level public_oe property

public int Level
return int

Prefmaxlen public_oe property

public int Prefmaxlen
return int

ResumeHandle public_oe property

public int ResumeHandle
return int

Retval public_oe property

public int Retval
return int

Servername public_oe property

public string Servername
return string

Totalentries public_oe property

public int Totalentries
return int