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

#include <ODPPCmnAPI.h>

Collaboration diagram for DPPRM_VAL_MC_SS:
Collaboration graph

Structure Members

char cParamValDBMSType
 
int iParamValCodePage
 
char * pParmVal
 

Structure Description

Structure Member Documentation

char cParamValDBMSType
  • Use:
    This member is used to specify the DBMS type of the parameter value expressed in mixed-character(SBCS/MBCS) format.
  • Description:
    This specifies the DBMS type of the mixed-character(SBCS/MBCS) string value supplied in member pParmVal.
  • Optional:
    No
int iParamValCodePage
  • Use:
    This member is used to specify the Code Page of the parameter value expressed in mixed-character(SBCS/MBCS) format.
  • Optional:
    No
char* pParmVal
  • Use:
    This member is used to specify the parameter value expressed in mixed character (SBCS/MBCS) format string .
  • Description:
    This is a pointer to a mixed character (SBCS/MBCS) format string value for the parameter specified in member #usParameterID. The caller must ensure that the memory referenced by pParmVal remains valid till Provider_Init() returns.
  • Optional:
    No