Public Member Functions

FBLibrary Class Reference

Search for all occurrences

Detailed Description

Library class for DLL registration.

Manages the DLL control via a global FBLibrary object. For each DLL to be created, an implementation of the FBLibrary functions will be necessary, see the sample code to see an example implementation.

Definition at line 906 of file fbcomponent.h.

#include <fbcomponent.h>

Inheritance diagram for FBLibrary:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool  LibInit ()
  Initialize library.
virtual bool  LibOpen ()
  Open library.
virtual bool  LibReady ()
  Is library ready? Ready the library to begin accessing the functions.
virtual bool  LibClose ()
  Close library.
virtual bool  LibRelease ()
  Release library.

Member Function Documentation

virtual bool LibInit ( ) [virtual]

Initialize library.

Initial load of DLL into memory.

Returns:
true if successful.

Reimplemented from FBLibraryBase.

virtual bool LibOpen ( ) [virtual]

Open library.

Library is opened to peruse the exported symbols.

Returns:
true if successful.

Reimplemented from FBLibraryBase.

virtual bool LibReady ( ) [virtual]

Is library ready? Ready the library to begin accessing the functions.

Any on library activation code should be placed in this function.

Returns:
true if successful.

Reimplemented from FBLibraryBase.

virtual bool LibClose ( ) [virtual]

Close library.

Returns:
true if successful.

Reimplemented from FBLibraryBase.

virtual bool LibRelease ( ) [virtual]

Release library.

Returns:
true if successful.

Reimplemented from FBLibraryBase.


The documentation for this class was generated from the following file:

FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary
FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary FBLibrary