source: Include/api_shlwapi.sbp@ 15

Last change on this file since 15 was 15, checked in by イグトランス (egtra), 17 years ago

StrFormatByteSize64

File size: 328 bytes
Line 
1' api_shlwapi.sbp
2
3
4#ifndef _INC_SHLWAPI
5#define _INC_SHLWAPI
6
7
8Declare Function PathGetArgs Lib "shlwapi" Alias "PathGetArgsA" (pszPath As LPSTR) As LPSTR
9Declare Function StrFormatByteSize64 Lib "shlwapi" Alias "StrFormatByteSize64A" (ll As Int64, pszBuf As *Byte, BufSize As DWord) As *Byte
10
11#endif '_INC_SHLWAPI
Note: See TracBrowser for help on using the repository browser.