org.jinterop.winreg
Class IJIWinReg.openKey

java.lang.Object
  extended byNdrObject
      extended byorg.jinterop.winreg.IJIWinReg.openKey
Enclosing class:
IJIWinReg

public static class IJIWinReg.openKey
extends NdrObject

See Also:
Serialized Form

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

policyhandle

public byte[] policyhandle
Constructor Detail

IJIWinReg.openKey

public IJIWinReg.openKey()
Method Detail

getOpnum

public int getOpnum()

write

public void write(NetworkDataRepresentation ndr)

read

public void read(NetworkDataRepresentation ndr)