jcifs.dcerpc.msrpc
Class lsarpc.LsarQosInfo

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.msrpc.lsarpc.LsarQosInfo
Enclosing class:
lsarpc

public static class lsarpc.LsarQosInfo
extends NdrObject


Field Summary
 byte context_mode
           
 byte effective_only
           
 short impersonation_level
           
 int length
           
 
Constructor Summary
lsarpc.LsarQosInfo()
           
 
Method Summary
 void decode(NdrBuffer _src)
           
 void encode(NdrBuffer _dst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

public int length

impersonation_level

public short impersonation_level

context_mode

public byte context_mode

effective_only

public byte effective_only
Constructor Detail

lsarpc.LsarQosInfo

public lsarpc.LsarQosInfo()
Method Detail

encode

public void encode(NdrBuffer _dst)
            throws NdrException
Specified by:
encode in class NdrObject
Throws:
NdrException

decode

public void decode(NdrBuffer _src)
            throws NdrException
Specified by:
decode in class NdrObject
Throws:
NdrException