【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.3.4 LoadLibrary
Contents
Description
Loads the specified module into the address space of the calling process.
Syntax
HMODULE LoadLibrary( LPCTSTR lpFileName )
Parameters
- lpFileName
- [input] The name of the module.
Return
If the function succeeds, the return value is a handle to the module.
If the function fails, the return value is NULL.
Examples
Remark
See Also
Header to Included
origin.h