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

#include <ODPPCmnApiX.h>

Collaboration diagram for DP_LDS_ROW_DEF_X:
Collaboration graph

Structure Members

struct DP_LDS_ROW_DEF_XpNext
 
char cEyeCatcher [4]
 
short sStructVer
 
short sStructLen
 
short sCount
 
RETVAL iErrCode
 
DP_LDS_FLD_DEF_XpLdsFld
 

Structure Description

Structure Member Documentation

struct DP_LDS_ROW_DEF_X* pNext
  • Use:
    This member is used to point to the next row in the chain of LDS row(s).
  • Description:
    This is a pointer to the next element in the chain of DP_LDS_ROW_DEF_X structures. Each column is represented by a DP_LDS_ROW_DEF_X structure instance and multiple columns will be chained together using this member.
  • 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 sCount
  • Use:
    This member is used to specify the count of DP_LDS_FLD_DEF_X(s) pointed by the member pLdsFld.
  • Description:
    This is an integer which represents the count of total number of DP_LDS_FLD_DEF_X(s) in a chain member pLdsFld is pointing.
  • Optional:
    N/A
RETVAL iErrCode
  • Use:
    This member is used to specify the error code for the current row.
  • Description:
    This is an integer which represents the error code occurred while processing the current row.
  • Optional:
    N/A
DP_LDS_FLD_DEF_X* pLdsFld
  • Use:
    This member is used to point to the first element of the chain of LDS field(s).
  • Description:
    This is a pointer to the first element in the chain of DP_LDS_FLD_DEF_X(s) for the current row.
  • Optional:
    N/A