Last change
on this file since 66 was 15, checked in by イグトランス (egtra), 18 years ago |
StrFormatByteSize64
|
File size:
328 bytes
|
Line | |
---|
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
|
---|
9 | Declare 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.