com.jniwrapper.win32.system
Class WinNT

java.lang.Object
  extended by com.jniwrapper.util.FunctionCache
      extended by com.jniwrapper.win32.system.WinNT

public class WinNT
extends com.jniwrapper.util.FunctionCache

This class represents native ntdll.dll library.


Field Summary
static int STANDARD_RIGHTS_REQUIRED
           
 
Method Summary
static void copyMemory(com.jniwrapper.Pointer.Void dest, com.jniwrapper.Pointer.Void src, long len)
           
static WinNT getInstance()
           
static void zeroMemory(com.jniwrapper.Pointer.Void dest, long len)
           
 
Methods inherited from class com.jniwrapper.util.FunctionCache
getFunction, getVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD_RIGHTS_REQUIRED

public static final int STANDARD_RIGHTS_REQUIRED
See Also:
Constant Field Values
Method Detail

getInstance

public static WinNT getInstance()

zeroMemory

public static void zeroMemory(com.jniwrapper.Pointer.Void dest,
                              long len)

copyMemory

public static void copyMemory(com.jniwrapper.Pointer.Void dest,
                              com.jniwrapper.Pointer.Void src,
                              long len)