Update DLL list, add a link to msdn.com.
This commit is contained in:
parent
94463d7bbe
commit
4ebc806743
|
@ -26,19 +26,30 @@ DLLs:
|
||||||
crypt32/ - Cryptography
|
crypt32/ - Cryptography
|
||||||
ctl3d/ - 3D Effects for Common GUI Components
|
ctl3d/ - 3D Effects for Common GUI Components
|
||||||
d3d8/ - Direct3D (3D graphics)
|
d3d8/ - Direct3D (3D graphics)
|
||||||
|
d3d9/ - Direct3D (3D graphics)
|
||||||
|
d3dim/ - Direct3D Immediate Mode
|
||||||
d3dx8/ - Direct3D (3D graphics)
|
d3dx8/ - Direct3D (3D graphics)
|
||||||
dciman32/ - DCI Manager (graphics)
|
dciman32/ - DCI Manager (graphics)
|
||||||
ddraw/ - DirectDraw (graphics)
|
ddraw/ - DirectDraw (graphics)
|
||||||
devenum/ - Device enumeration
|
devenum/ - Device enumeration (part of DirectShow)
|
||||||
dinput/ - DirectInput (device input)
|
dinput/ - DirectInput (device input)
|
||||||
dinput8/ - DirectInput (device input)
|
dinput8/ - DirectInput (device input)
|
||||||
|
dmband/ - DirectMusic
|
||||||
|
dmcompos/ - DirectMusic
|
||||||
|
dmime/ - DirectMusic
|
||||||
|
dmloader/ - DirectMusic
|
||||||
|
dmscript/ - DirectMusic
|
||||||
|
dmstyle/ - DirectMusic
|
||||||
|
dmsynth/ - DirectMusic
|
||||||
|
dmusic/ - DirectMusic
|
||||||
|
dmusic32/ - DirectMusic
|
||||||
dplay/ - DirectPlay (networking)
|
dplay/ - DirectPlay (networking)
|
||||||
dplayx/ - DirectPlay (networking)
|
dplayx/ - DirectPlay (networking)
|
||||||
|
dpnhpast/ - DirectPlay NAT Helper
|
||||||
dsound/ - DirectSound (audio)
|
dsound/ - DirectSound (audio)
|
||||||
gdi/ - GDI (graphics)
|
gdi/ - GDI (graphics)
|
||||||
enhmetafiledrv/ - Enhanced metafile driver
|
enhmetafiledrv/ - Enhanced metafile driver
|
||||||
metafiledrv/ - Metafile driver
|
metafiledrv/ - Metafile driver
|
||||||
win16drv/ - Support for Win16 printer drivers
|
|
||||||
glu32/ - OpenGL Utility library (graphics)
|
glu32/ - OpenGL Utility library (graphics)
|
||||||
icmp/ - ICMP protocol (networking)
|
icmp/ - ICMP protocol (networking)
|
||||||
imagehlp/ - PE (Portable Executable) Image Helper lib
|
imagehlp/ - PE (Portable Executable) Image Helper lib
|
||||||
|
@ -52,11 +63,13 @@ DLLs:
|
||||||
msdmo/ - DirectX Media Objects
|
msdmo/ - DirectX Media Objects
|
||||||
msimg32/ - Gradient and transparency (graphics)
|
msimg32/ - Gradient and transparency (graphics)
|
||||||
msisys/ - System information
|
msisys/ - System information
|
||||||
|
msi/ - Microsoft Installer
|
||||||
msnet32/ - Network interface
|
msnet32/ - Network interface
|
||||||
msrle32/ - Run length encoder
|
msvcrt/ - C runtime library
|
||||||
msvcrt/ - 16 bit C runtime library
|
msvcrt20/ - C runtime library version 2.0
|
||||||
msvcrt20/ - 32 bit C runtime library
|
msvcrtd/ - C runtime library debugging
|
||||||
msvideo/ - 16 bit video manager
|
msvideo/ - 16 bit video manager
|
||||||
|
mswsock/ - Misc networking
|
||||||
netapi32/ - Network interface
|
netapi32/ - Network interface
|
||||||
ntdll/ - NT implementation of kernel calls
|
ntdll/ - NT implementation of kernel calls
|
||||||
odbc32/ - Open DataBase Connectivity driver manager
|
odbc32/ - Open DataBase Connectivity driver manager
|
||||||
|
@ -71,7 +84,7 @@ DLLs:
|
||||||
qcap/ - DirectShow runtime
|
qcap/ - DirectShow runtime
|
||||||
quartz/ - DirectShow runtime
|
quartz/ - DirectShow runtime
|
||||||
rasapi32/ - Remote Access Server interface
|
rasapi32/ - Remote Access Server interface
|
||||||
richedit/ - Rich text formatting
|
richedit/ - Rich text editing control
|
||||||
rpcrt4/ - Remote Procedure Call runtime
|
rpcrt4/ - Remote Procedure Call runtime
|
||||||
serialui/ - Serial port property pages
|
serialui/ - Serial port property pages
|
||||||
setupapi/ - Setup interface
|
setupapi/ - Setup interface
|
||||||
|
@ -85,12 +98,12 @@ DLLs:
|
||||||
ttydrv/ - TTY display driver (Wine specific)
|
ttydrv/ - TTY display driver (Wine specific)
|
||||||
twain/ - TWAIN Imaging device communications
|
twain/ - TWAIN Imaging device communications
|
||||||
url/ - Internet shortcut shell extension
|
url/ - Internet shortcut shell extension
|
||||||
urlmon/ - URL Moniker allows binding to a URL
|
urlmon/ - URL Moniker allows binding to a URL (like KIO/gnome-vfs)
|
||||||
user/ - Window management, standard controls, etc.
|
user/ - Window management, standard controls, etc.
|
||||||
version/ - File installation library
|
version/ - File installation library
|
||||||
win32s/ - 32-bit function access for 16-bit systems
|
win32s/ - 32-bit function access for 16-bit systems
|
||||||
winaspi/ - 16 bit Advanced SCSI Peripheral Interface
|
winaspi/ - 16 bit Advanced SCSI Peripheral Interface
|
||||||
winedos/ - DOS features and BIOS calls (interrupts)
|
winedos/ - DOS features and BIOS calls (interrupts) (wine specific)
|
||||||
wineps/ - Postscript driver (Wine specific)
|
wineps/ - Postscript driver (Wine specific)
|
||||||
wininet/ - Internet extensions
|
wininet/ - Internet extensions
|
||||||
winmm/ - Multimedia (16 & 32 bit)
|
winmm/ - Multimedia (16 & 32 bit)
|
||||||
|
@ -146,7 +159,7 @@ Support programs, libraries, etc:
|
||||||
|
|
||||||
documentation/ - some documentation
|
documentation/ - some documentation
|
||||||
include/ - Windows standard includes
|
include/ - Windows standard includes
|
||||||
library/ - the Wine portability library
|
libs/ - the Wine libraries
|
||||||
miscemu/ - the main Wine program
|
miscemu/ - the main Wine program
|
||||||
server/ - the Wine server
|
server/ - the Wine server
|
||||||
tools/ - relay code builder, resource compiler, etc.
|
tools/ - relay code builder, resource compiler, etc.
|
||||||
|
@ -507,6 +520,7 @@ MORE INFO
|
||||||
|
|
||||||
1. There is a FREE online version of the MSDN library (including
|
1. There is a FREE online version of the MSDN library (including
|
||||||
documentation for the Win32 API) on http://msdn.microsoft.com/
|
documentation for the Win32 API) on http://msdn.microsoft.com/
|
||||||
|
or http://www.msdn.com/
|
||||||
|
|
||||||
2. Windows apilist: http://www.mentalis.org/apilist/apilist.php
|
2. Windows apilist: http://www.mentalis.org/apilist/apilist.php
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue