Optim Data Privacy Providers  11.7.0
 All Data Structures Files Functions Variables Macros Groups Pages
Structure Members
DP_LIB_LIST Struct Reference

#include <ODPPCmnAPI.h>

Collaboration diagram for DP_LIB_LIST:
Collaboration graph

Structure Members

int iBufBytes
 
char * pLib
 

Structure Description

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