source: Include/api_shlwapi.sbp@ 1

Last change on this file since 1 was 1, checked in by (none), 17 years ago
File size: 190 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
9
10
11#endif '_INC_SHLWAPI
Note: See TracBrowser for help on using the repository browser.