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

#include <ODPPCmnAPI.h>

Collaboration diagram for DPEM_WC_SS:
Collaboration graph

Structure Members

int iMsgSrcBytes
 
int iMsgBytes
 
int iMsgBodyBytes
 
ODPP_WCHAR * pMsgSrc
 
ODPP_WCHAR * pMsg
 
ODPP_WCHAR * pMsgBody
 

Structure Description

Structure Member Documentation

int iMsgSrcBytes
  • Use:
    This member is used to specify the size of the wide character (Unicode) 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 wide character (Unicode) 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 wide character (Unicode) 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
ODPP_WCHAR* pMsgSrc
  • Use:
    This member is used to point to the error message source expressed in wide character (Unicode) format.
  • Description:
    This is an pointer to a wide character (Unicode) string which represents the error message source returned in the call to Provider_GetFormattedErrorMsg() API.
  • Optional:
    N/A
ODPP_WCHAR* pMsg
  • Use:
    This member is used to point to the error message expressed in wide character (Unicode) format.
  • Description:
    This is an pointer to a wide character string which represents the error message returned in the call to Provider_GetFormattedErrorMsg() API.
  • Optional:
    N/A
ODPP_WCHAR* pMsgBody
  • Use:
    This member is used to point to the error message body expressed in wide character (Unicode).
  • Description:
    This is an pointer to a wide character string which represents the error message body returned in the call to Provider_GetFormattedErrorMsg() API.
  • Optional:
    N/A