Last change
on this file since 118 was 15, checked in by イグトランス (egtra), 18 years ago |
StrFormatByteSize64
|
File size:
328 bytes
|
Rev | Line | |
---|
[1] | 1 | ' api_shlwapi.sbp
|
---|
| 2 |
|
---|
| 3 |
|
---|
| 4 | #ifndef _INC_SHLWAPI
|
---|
| 5 | #define _INC_SHLWAPI
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 | Declare Function PathGetArgs Lib "shlwapi" Alias "PathGetArgsA" (pszPath As LPSTR) As LPSTR
|
---|
[15] | 9 | Declare Function StrFormatByteSize64 Lib "shlwapi" Alias "StrFormatByteSize64A" (ll As Int64, pszBuf As *Byte, BufSize As DWord) As *Byte
|
---|
[1] | 10 |
|
---|
| 11 | #endif '_INC_SHLWAPI
|
---|
Note:
See
TracBrowser
for help on using the repository browser.