mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
LIBRARY SHELL
|
|
|
|
EXETYPE WINDOWS
|
|
|
|
DESCRIPTION 'Windows 3.1 Shell API Library'
|
|
|
|
CODE MOVEABLE DISCARDABLE
|
|
DATA MOVEABLE SINGLE SHARED
|
|
|
|
SEGMENTS
|
|
_TEXT MOVEABLE DISCARDABLE PRELOAD
|
|
_DBF MOVEABLE PRELOAD
|
|
_WEP FIXED PRELOAD
|
|
|
|
EXPORTS
|
|
RegOpenKey @1 ;public
|
|
RegCreateKey @2 ;public
|
|
RegCloseKey @3 ;public
|
|
RegDeleteKey @4 ;public
|
|
RegSetValue @5 ;public
|
|
RegQueryValue @6 ;public
|
|
RegEnumKey @7 ;public
|
|
|
|
DragAcceptFiles @9 ;public
|
|
DragQueryFile @11 ;public
|
|
DragFinish @12 ;public
|
|
DragQueryPoint @13 ;public
|
|
|
|
ShellExecute @20 ;internal private for shell
|
|
FindExecutable @21 ;internal private for shell
|
|
ShellAbout @22 ;internal private for shell
|
|
AboutDlgProc @33 ;internal
|
|
ExtractIcon @34 ;internal private for shell
|
|
DuplicateIcon @35 ;internal private for shell
|
|
ExtractAssociatedIcon @36 ;internal private for shell
|
|
DoEnvironmentSubst @37 ;public
|
|
FindEnvironmentString @38 ;public
|
|
|
|
HereTharBeTygars @100 ;internal
|
|
WEP ;internal
|