jcifs.dcerpc.msrpc
Class samr.SamrRidWithAttribute

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

public static class samr.SamrRidWithAttribute
extends NdrObject


Field Summary
 int attributes
           
 int rid
           
 
Constructor Summary
samr.SamrRidWithAttribute()
           
 
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

rid

public int rid

attributes

public int attributes
Constructor Detail

samr.SamrRidWithAttribute

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