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

#include <ODPPCmnAPI.h>

Collaboration diagram for DPPD_MC_SS:
Collaboration graph

Structure Members

char * pProviderName
 
char * pDescription
 

Structure Description

Structure Member Documentation

char* pProviderName
  • Use:
    This member is used to hold the name of the Service Provider expressed in mixed character (SBCS/MBCS) string which is returned in the call to Provider_Enumerate().
  • Description:
    This is a pointer to mixed character string which represents the name of the Service Provider returned to the caller by the ODPP Framework. The name of the Service Provider is limited to #ODPP_PROVIDERNAME_BUF characters.
  • Optional:
    N/A
char* pDescription
  • Use:
    This member is used to hold the description of the Service Provider expressed in mixed character (SBCS/MBCS) string which is returned in the call to Provider_Enumerate().
  • Description:
    This is a pointer to mixed character string buffer which represents the description of the Service Provider returned to the caller by the ODPP Framework. The description of the Service Provider is limited to #ODPP_PROVIDER_DESCRIPTION characters.
  • Optional:
    N/A