Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
3/28/2014
The following table shows the DLL functions and the purpose of each.
Function |
Description |
|---|---|
Sets the version of the process. |
|
Disables the DLL_THREAD_ATTACH and DLL_THREAD_DETACH notifications for the dynamic-link library (DLL) specified by the hLibModule parameter. |
|
Is an optional method of entry into a DLL. |
|
Decrements the reference count of the loaded DLL module. |
|
Decrements the reference count of a loaded DLL by one, and then calls ExitThread to terminate the calling thread. |
|
Obtains a module file name. |
|
Returns a module handle for the specified module if the file is mapped into the address space of the calling process. |
|
Retrieves information about the specified module in the MODULEINFO structure. |
|
Returns the address of the specified exported DLL function. |
|
Maps the specified DLL file into the address space of the calling process. |
|
Maps a specified executable module into the address space of the calling process. |