org.jinterop.winreg
Class IJIWinReg.enumKey

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

public static class IJIWinReg.enumKey
extends NdrObject


Field Summary
 int index
           
 JIPolicyHandle parentKey
           
 java.lang.String[] retval
           
 
Constructor Summary
IJIWinReg.enumKey()
           
 
Method Summary
 int getOpnum()
           
 void read(NetworkDataRepresentation ndr)
           
 void write(NetworkDataRepresentation ndr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentKey

public JIPolicyHandle parentKey

index

public int index

retval

public java.lang.String[] retval
Constructor Detail

IJIWinReg.enumKey

public IJIWinReg.enumKey()
Method Detail

getOpnum

public int getOpnum()

write

public void write(NetworkDataRepresentation ndr)

read

public void read(NetworkDataRepresentation ndr)