SilverStream
Application Server 3.5

com.sssw.rt.com
Class Kernel32

java.lang.Object
 |
 +--com.sssw.rt.com.Kernel32

public class Kernel32
extends Object

This class provides direct DLL access to functions in Kernel32.dll - the core system DLL for the Win32 API. Use these functions with methods defined in DllLib.

See Also:
DllLib

Constructor Summary
Kernel32()
           
 
Method Summary
static int getKernelProc(String name)
          Lookup the procedure pointer for a Kernel32 method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kernel32

public Kernel32()
Method Detail

getKernelProc

public static int getKernelProc(String name)
Lookup the procedure pointer for a Kernel32 method.
Parameters:
name - The name of the procedure.
Returns:
the procedure pointer. This pointer is used to call into the Kernel32 DLL using an appropriate AgCOM.call method.

SilverStream
Application Server 3.5