jcommon.core.platform.win32
Class Win32Platform.MSVCRT

java.lang.Object
  extended by jcommon.core.platform.win32.Win32Platform.MSVCRT
All Implemented Interfaces:
com.sun.jna.AltCallingConvention, com.sun.jna.Library, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary, Win32Errors, Win32Library
Enclosing class:
Win32Platform

public static class Win32Platform.MSVCRT
extends Object
implements Win32Library


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibrary
com.sun.jna.win32.StdCallLibrary.StdCallCallback
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
 
Fields inherited from interface jcommon.core.platform.win32.Win32Library
ASCII_OPTIONS, DEFAULT_OPTIONS, UNICODE_OPTIONS, USE_ASCII, USE_UNICODE
 
Fields inherited from interface com.sun.jna.win32.StdCallLibrary
FUNCTION_MAPPER, STDCALL_CONVENTION
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Fields inherited from interface jcommon.core.platform.win32.Win32Errors
ERROR_FILE_NOT_FOUND, ERROR_INVALID_FUNCTION, ERROR_PATH_NOT_FOUND, NO_ERROR
 
Constructor Summary
Win32Platform.MSVCRT()
           
 
Method Summary
static int _putenv(String name)
           
static String getenv(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Win32Platform.MSVCRT

public Win32Platform.MSVCRT()
Method Detail

getenv

public static String getenv(String name)

_putenv

public static int _putenv(String name)


Copyright © 2012-2013. All Rights Reserved.