JNative v1.3 project : see http://jnative.sf.net


org.xvolks.jnative.misc.registry
Class RegQueryKey

java.lang.Object
  extended by org.xvolks.jnative.misc.registry.BasicRegData
      extended by org.xvolks.jnative.misc.registry.TimedRegData
          extended by org.xvolks.jnative.misc.registry.RegQueryKey

public class RegQueryKey
extends TimedRegData

$Id: RegQueryKey.java,v 1.3 2006/06/09 20:44:05 mdenty Exp $ This software is released under the LGPL.


Constructor Summary
RegQueryKey(int sizeData)
           
 
Method Summary
 LONG getLpcbSecurityDescriptor()
           
 LONG getLpcMaxClassLen()
           
 LONG getLpcMaxSubKeyLen()
           
 LONG getLpcMaxValueLen()
           
 LONG getLpcMaxValueNameLen()
           
 LONG getLpcSubKeys()
           
 LONG getLpcValues()
           
 
Methods inherited from class org.xvolks.jnative.misc.registry.TimedRegData
getLpLastWriteTime, toString
 
Methods inherited from class org.xvolks.jnative.misc.registry.BasicRegData
getErrorCode, getLpcbData, getLpData, setErrorCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegQueryKey

public RegQueryKey(int sizeData)
            throws NativeException
Throws:
NativeException
Method Detail

getLpcbSecurityDescriptor

public LONG getLpcbSecurityDescriptor()

getLpcMaxClassLen

public LONG getLpcMaxClassLen()

getLpcMaxSubKeyLen

public LONG getLpcMaxSubKeyLen()

getLpcSubKeys

public LONG getLpcSubKeys()

getLpcValues

public LONG getLpcValues()

getLpcMaxValueNameLen

public LONG getLpcMaxValueNameLen()

getLpcMaxValueLen

public LONG getLpcMaxValueLen()

JNative v1.3 project : see http://jnative.sf.net