dynload man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]


dynload(3)		 BSD Library Functions Manual		    dynload(3)

NAME
     dynload — encapsulates dynamic loading mechanisms and gives access to
     functions in foreign dynamic libraries and code modules.

SYNOPSIS
     #include <dynload.h>

     DLLib *
     dlLoadLibrary(const char * libpath);

     void
     dlFreeLibrary(DLLib * pLib);

     void *
     dlFindSymbol(DLLib pLibode, const char * pSymbolName);

DESCRIPTION
     The dynload library provides an interface to load foreign dynamic
     libraries and access to their symbols.

     dlLoadLibrary() loads a dynamic library at libpath and returns a handle
     to it for use in dlFreeLibrary() and dlFindSymbol() calls.

     dlFreeLibrary() frees the loaded library with handle pLib.

     dlFindSymbol() returns a pointer to a symbol with name pSymbolName in the
     library with handle pLib, or returns a null pointer if the symbol cannot
     be found.

SEE ALSO
     dyncall(3), dyncallback(3) and the dyncall manual (available in PDF for‐
     mat) for a way more detailed documentation of this library.

AUTHORS
     Daniel Adler ⟨dadler@uni-goettingen.de⟩
     Tassilo Philipp ⟨tphilipp@potion-studios.com⟩

BSD				April 28, 2024				   BSD
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net