jcifs.dcerpc.msrpc
Class samr.SamrSamEntry

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.msrpc.samr.SamrSamEntry
Enclosing class:
samr

public static class samr.SamrSamEntry
extends NdrObject


Field Summary
 int idx
           
 rpc.unicode_string name
           
 
Constructor Summary
samr.SamrSamEntry()
           
 
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

idx

public int idx

name

public rpc.unicode_string name
Constructor Detail

samr.SamrSamEntry

public samr.SamrSamEntry()
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