C# 클래스 SharpCifs.Dcerpc.Msrpc.svcctl.EnumServicesStatus

상속: SharpCifs.Dcerpc.DcerpcMessage
파일 보기 프로젝트 열기: brandonprry/Potato

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Decode_out() 공개 메소드

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

Encode_in() 공개 메소드

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

EnumServicesStatus() 공개 메소드

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
리턴 System

GetOpnum() 공개 메소드

public GetOpnum ( ) : int
리턴 int

프로퍼티 상세

buf_size 공개적으로 프로퍼티

public int buf_size
리턴 int

bytes_needed 공개적으로 프로퍼티

public int bytes_needed
리턴 int

handle 공개적으로 프로퍼티

public Rpc.PolicyHandle,SharpCifs.Dcerpc handle
리턴 SharpCifs.Dcerpc.Rpc.PolicyHandle

resume_handle 공개적으로 프로퍼티

public int resume_handle
리턴 int

retval 공개적으로 프로퍼티

public int retval
리턴 int

service 공개적으로 프로퍼티

public byte[] service
리턴 byte[]

services_returned 공개적으로 프로퍼티

public int services_returned
리턴 int

state 공개적으로 프로퍼티

public int state
리턴 int

type 공개적으로 프로퍼티

public int type
리턴 int