|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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 );
.
inPath
- the in pathoutPathBuffer
- the out path bufferoutPathBufferSize
- the out path buffer size
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |