jcommon.core.platform.win32
Class Win32Platform.Kernel32.ASCII

java.lang.Object
  extended by jcommon.core.platform.win32.Win32Platform.Kernel32.ASCII
All Implemented Interfaces:
Win32Platform.Kernel32.CharacterEncodingFunctions
Enclosing class:
Win32Platform.Kernel32

public static class Win32Platform.Kernel32.ASCII
extends Object
implements Win32Platform.Kernel32.CharacterEncodingFunctions


Constructor Summary
Win32Platform.Kernel32.ASCII()
           
 
Method Summary
 int SetCurrentDirectory(String path)
           
static int SetCurrentDirectoryA(String path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Win32Platform.Kernel32.ASCII

public Win32Platform.Kernel32.ASCII()
Method Detail

SetCurrentDirectoryA

public static int SetCurrentDirectoryA(String path)

SetCurrentDirectory

public int SetCurrentDirectory(String path)
Specified by:
SetCurrentDirectory in interface Win32Platform.Kernel32.CharacterEncodingFunctions


Copyright © 2012-2013. All Rights Reserved.