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

#include <ODPPCmnAPI.h>

Collaboration diagram for DP_TOKEN:
Collaboration graph

Structure Members

enum DP_ETOKENID eId
 
ODPP_WCHAR * pValue
 

Structure Description

Structure Member Documentation

enum DP_ETOKENID eId
  • Use:
    This member is used to hold the token identifier.
  • Description:
    This is an enum which contains a valid ODPP token identifier that was captured when an error occurred.
  • Optional:
    N/A
ODPP_WCHAR* pValue
  • Use:
    This member is used to hold the token value.
  • Description:
    This is a pointer to a NULL-terminated wide character (Unicode) string which contains the token value that was captured when an error occurred.
  • Optional:
    N/A