org.jinterop.winreg
Class IJIWinReg.queryValue

java.lang.Object
  extended by NdrObject
      extended by org.jinterop.winreg.IJIWinReg.queryValue
Enclosing interface:
IJIWinReg

public static class IJIWinReg.queryValue
extends NdrObject


Field Summary
 byte[] buffer
           
 byte[][] buffer2
           
 int bufferLength
           
 java.lang.String key
           
 JIPolicyHandle parentKey
           
 byte[] policyhandle
           
 int type
           
 
Constructor Summary
IJIWinReg.queryValue()
           
 
Method Summary
 int getOpnum()
           
 void read(NetworkDataRepresentation ndr)
           
 void write(NetworkDataRepresentation ndr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentKey

public JIPolicyHandle parentKey

key

public java.lang.String key

bufferLength

public int bufferLength

type

public int type

buffer

public byte[] buffer

buffer2

public byte[][] buffer2

policyhandle

public byte[] policyhandle
Constructor Detail

IJIWinReg.queryValue

public IJIWinReg.queryValue()
Method Detail

getOpnum

public int getOpnum()

write

public void write(NetworkDataRepresentation ndr)

read

public void read(NetworkDataRepresentation ndr)