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

#include <ODPPCmnAPI.h>

Collaboration diagram for DP_ECB:
Collaboration graph

Structure Members

struct DP_ECBpNext
 
char cEyeCatcher [4]
 
short sStructVer
 
short sStructLen
 
short sNumTokens
 
int iErrCode
 
int iRowNum
 
DP_TOKEN aToken [1]
 

Structure Description

Structure Member Documentation

struct DP_ECB* pNext
  • Use:
    This member is used to point to the next error control block.
  • Description:
    This is a pointer to the next element in the chain of DP_ECB structures.
  • Optional:
    N/A
char cEyeCatcher[4]
  • Use:
    For Internal use only.
  • Description:
    This is commonly used as structure identifier, specially helpful during debugging, and is set using INITIALIZE_ODPP_STRUCT_PTR to Initialize the structure instance.
  • Optional:
    N/A
short sStructVer
  • Use:
    For Internal use only.
  • Description:
    This is commonly used to hold structure version, specially helpful during debugging, and is set using INITIALIZE_ODPP_STRUCT_PTR to Initialize the structure instance.
  • Optional:
    N/A
short sStructLen
  • Use:
    [FOR FUTURE USE]
  • Description:
    [FOR FUTURE USE]
  • Optional:
    [FOR FUTURE USE]
short sNumTokens
  • Use:
    This member is used to specify the number of tokens in this error control block.
  • Description:
    This is a 2 byte integer which gives the number of Error tokens in this DP_ECB structure. The aToken member is an array which consists of the Error tokens.
  • Optional:
    N/A
int iErrCode
  • Use:
    This member is used to hold the captured error code.
  • Description:
    This is an integer which contains a valid ODPP error code that was captured when the error occurred.
  • Optional:
    N/A
int iRowNum
  • Use:
    This member gives the row number where the error occurred.
  • Description:
    This is an integer which is set to the input row number where the error occurred in the case of data-processing errors, otherwise the Service Provider sets this value to zero.
  • Optional:
    N/A
DP_TOKEN aToken[1]
  • Use:
    This member is used to hold the tokens for this error control block.
  • Description:
    This is an array of DP_TOKEN structures which contains the Error tokens in this DP_ECB structure.
  • Optional:
    N/A