net.sourceforge.atunes.kernel.modules.jna
Interface Kernel32


public interface Kernel32

The Interface Kernel32.


Method Summary
 int GetShortPathNameW(WString inPath, Memory outPathBuffer, int outPathBufferSize)
           Unicode (wchar_t*) version of GetShortPathName() DWORD WINAPI GetShortPathNameW( __in LPCTSTR lpszLongPath, __out LPTSTR lpdzShortPath, __in DWORD cchBuffer ); .
 

Method Detail

GetShortPathNameW

int GetShortPathNameW(WString inPath,
                      Memory outPathBuffer,
                      int outPathBufferSize)

Unicode (wchar_t*) version of GetShortPathName()

DWORD WINAPI GetShortPathNameW( __in LPCTSTR lpszLongPath, __out LPTSTR lpdzShortPath, __in DWORD cchBuffer ); .

Parameters:
inPath - the in path
outPathBuffer - the out path buffer
outPathBufferSize - the out path buffer size
Returns:
the int


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.