Use:
This structure is used to specify any additional libraries that needs to be loaded before loading the ODPP libraries.
Description:
This structure is used to specify additional libraries that needs to be loaded before loading the ODPP libraries. If multiple libraries needs to be supplied then use an array of this structure.
For example:
If you write a custom service provider and implement it as multiple shared libraries, you can then feed the custom service provider dependencies to the loader, using this argument, and pre-load the libraries before initializing the service provider.
Before using this structure ensure that it is "memset" with 0.
Structure Member Documentation
int iBufBytes
Use:
This member is used to specify the size of pLib buffer in bytes.
Description:
This is an integer which holds the size of library name pointed by the member pLib.
Optional:
N/A
char* pLib
Use:
This member is use to specify name of the library which needs to be loaded by the ODPP Loader.
Description:
This is a pointer to the charactrer string which specifies the library name that needs to be loaded by the ODPP Loader.
Optional:
N/A
Generated on Fri Jul 31 2015 13:44:23 for Optim Data Privacy Providers by 1.8.3.1