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

#include <ODPPCmnAPI.h>

Collaboration diagram for DPPS_MC_SS:
Collaboration graph

Structure Members

char cDBMSType
 
int iCodePage
 
char * pParamString
 

Structure Description

Structure Member Documentation

char cDBMSType
  • Use:
    This member is used to specify the DBMS type of the code page of the parameter string.
  • Description:
    This is a character which specifies the DBMS type of the code page of the parameter string supplied in member pParamString.
  • Optional:
    No
int iCodePage
  • Use:
    This member is used to specify the code page of the parameter string.
  • Description:
    This is a character which specifies the code page of the parameter string supplied in member pParamString.
  • Optional:
    No
char* pParamString
  • Use:
    This member is used to specify parameter string expressed in mixed character (MBCS/SBCS) string.
  • Description:
    This is a pointer to mixed character(MBCS/SBCS) string which represents the parameter string containing the ODPP-specific grammar in key=value-type format that specifies the grammar an input that is used as parameter input into ODPP. Member #iParamStringBytes of the structure DP_PARAMS_DEF must be set to the size of parameter string, in bytes.
  • Optional:
    No