LoginSignup
0
0

More than 5 years have passed since last update.

naming > LoadLibrary | ( UnloadLibrary | FreeLibrary )

Last updated at Posted at 2017-08-31
動作環境
C++ Builder XE4

提供されたライブラリには以下の関数がある。

  • LoadLibrary()
  • UnloadLibrary()

case insensitiveな検索を「LoadLibrary」に対して行うと、UnloadLibrary()も検索結果に表示される。
(case sensitiveな検索では区別はできる。)

LoadLibrary() / FreeLibrary()

LoadとFreeとしている例はMSDNやWine APIであるようだ。

  • LoadLibrary()
  • FreeLibrary()

https://source.winehq.org/WineAPI/LoadLibraryA.html
https://source.winehq.org/WineAPI/FreeLibrary.html

(「LoadLibraryA」と末尾に「A」をつけている理由は不明)

linux

モジュール関連コマンド – lsmod insmod modprobe depmod rmmod modinfo

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0