' api_shlwapi.sbp #ifndef _INC_SHLWAPI #define _INC_SHLWAPI Declare Function PathGetArgs Lib "shlwapi" Alias "PathGetArgsA" (pszPath As LPSTR) As LPSTR Declare Function StrFormatByteSize64 Lib "shlwapi" Alias "StrFormatByteSize64A" (ll As Int64, pszBuf As *Byte, BufSize As DWord) As *Byte #endif '_INC_SHLWAPI