org.jinterop.winreg
Class IJIWinReg.createKey

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

public static class IJIWinReg.createKey
extends NdrObject


Field Summary
 int accessMask
           
 int actiontaken
           
 java.lang.String key
           
 int options
           
 JIPolicyHandle parentKey
           
 byte[] policyhandle
           
 
Constructor Summary
IJIWinReg.createKey()
           
 
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

key

public java.lang.String key

accessMask

public int accessMask

options

public int options

actiontaken

public int actiontaken

policyhandle

public byte[] policyhandle
Constructor Detail

IJIWinReg.createKey

public IJIWinReg.createKey()
Method Detail

getOpnum

public int getOpnum()

write

public void write(NetworkDataRepresentation ndr)

read

public void read(NetworkDataRepresentation ndr)