Changeset 35 for Include/api_shell.sbp


Ignore:
Timestamp:
Dec 24, 2006, 12:31:40 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

OLE Automation関数などの追加
KERNEL関数などの追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_shell.sbp

    r1 r35  
    1111Declare Function DoEnvironmentSubst Lib "shell32" Alias "DoEnvironmentSubstA" (
    1212    pszString As PSTR,
    13     cchString As DWord
     13    cchString As DWord
    1414) As DWord
    1515
     
    2222Declare Function ExtractIconEx Lib "shell32" Alias "ExtractIconExA" (lpszFile As PCSTR, nIconIndex As Long, phiconLarge As *DWord, phiconSmall As *DWord, nIcons As Long) As HICON
    2323
    24 Const ERROR_FILE_NOT_FOUND = 2
    25 Const ERROR_PATH_NOT_FOUND = 3
    26 Const ERROR_BAD_FORMAT = 11
    2724Declare Function FindExecutable Lib "shell32" Alias "FindExecutableA" (
    2825    pFile As PCSTR,
     
    110107
    111108Type SHITEMID
    112     cb As Word
    113     abID[ELM(1)] As Byte
     109    cb As Word
     110    abID[ELM(1)] As Byte
    114111End Type
    115112
Note: See TracChangeset for help on using the changeset viewer.