Changeset 35 for Include/api_shell.sbp
- Timestamp:
- Dec 24, 2006, 12:31:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_shell.sbp
r1 r35 11 11 Declare Function DoEnvironmentSubst Lib "shell32" Alias "DoEnvironmentSubstA" ( 12 12 pszString As PSTR, 13 13 cchString As DWord 14 14 ) As DWord 15 15 … … 22 22 Declare Function ExtractIconEx Lib "shell32" Alias "ExtractIconExA" (lpszFile As PCSTR, nIconIndex As Long, phiconLarge As *DWord, phiconSmall As *DWord, nIcons As Long) As HICON 23 23 24 Const ERROR_FILE_NOT_FOUND = 225 Const ERROR_PATH_NOT_FOUND = 326 Const ERROR_BAD_FORMAT = 1127 24 Declare Function FindExecutable Lib "shell32" Alias "FindExecutableA" ( 28 25 pFile As PCSTR, … … 110 107 111 108 Type SHITEMID 112 113 109 cb As Word 110 abID[ELM(1)] As Byte 114 111 End Type 115 112
Note:
See TracChangeset
for help on using the changeset viewer.