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

#include <ODPPCmnAPI.h>

Collaboration diagram for DPEM_MC_SS:
Collaboration graph

Structure Members

char cEMDBMSType
 
int iEMCodePage
 
int iMsgSrcBytes
 
int iMsgBytes
 
int iMsgBodyBytes
 
char * pMsgSrc
 
char * pMsg
 
char * pMsgBody
 

Structure Description

Structure Member Documentation

char cEMDBMSType
  • Use:
    This member is used to specify the DBMS type.
  • Description:
    This represents the DBMS type of the error message.
  • Optional:
    N/A
int iEMCodePage
  • Use:
    This member is used to specify the Code Page.
  • Description:
    This represents the Code Page of the error message.
  • Optional:
    N/A
int iMsgSrcBytes
  • Use:
    This member is used to specify the size of the mixed character (SBCS/MBCS) buffer, pMsgSrc, in bytes.
  • Description:
    This is an integer which contains the size in bytes of the error message source pMsgSrc is pointing.
  • Optional:
    N/A
int iMsgBytes
  • Use:
    This member is used to specify the size of the mixed character (SBCS/MBCS) buffer, pMsg, in bytes.
  • Description:
    This is an integer which contains the size in bytes of the error message pMsg is pointing.
  • Optional:
    N/A
int iMsgBodyBytes
  • Use:
    This member is used to specify the size of the mixed character (SBCS/MBCS) buffer, pMsgBody, in bytes.
  • Description:
    This is an integer which contains the size in bytes of the error message body pMsgBody is pointing.
  • Optional:
    N/A
char* pMsgSrc
  • Use:
    This member is used to point to the error message source expressed in mixed character (SBCS/MBCS) format.
  • Description:
    This is an pointer to a mixed character (SBCS/MBCS) string which represents the error message source returned in the call to Provider_GetFormattedErrorMsg() API.
  • Optional:
    N/A
char* pMsg
  • Use:
    This member is used to point to the error message expressed in mixed character (SBCS/MBCS) format.
  • Description:
    This is an pointer to a mixed character (SBCS/MBCS) string which represents the error message returned in the call to Provider_GetFormattedErrorMsg() API.
  • Optional:
    N/A
char* pMsgBody
  • Use:
    This member is used to point to the error message body expressed in mixed character (SBCS/MBCS) format.
  • Description:
    This is an pointer to a mixed character (SBCS/MBCS) string which represents the error message body returned in the call to Provider_GetFormattedErrorMsg() API.
  • Optional:
    N/A