org.jinterop.winreg
Class IJIWinReg.setValue

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

public static class IJIWinReg.setValue
extends NdrObject


Field Summary
 int clazzType
           
 byte[] data
           
 byte[][] data2
           
 int dword
           
 int lengthInBytes
           
 JIPolicyHandle parentKey
           
 java.lang.String valueName
           
 
Constructor Summary
IJIWinReg.setValue()
           
 
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

valueName

public java.lang.String valueName

clazzType

public int clazzType

lengthInBytes

public int lengthInBytes

data

public byte[] data

data2

public byte[][] data2

dword

public int dword
Constructor Detail

IJIWinReg.setValue

public IJIWinReg.setValue()
Method Detail

getOpnum

public int getOpnum()

write

public void write(NetworkDataRepresentation ndr)

read

public void read(NetworkDataRepresentation ndr)