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

#include <ODPPCmnAPI.h>

Collaboration diagram for DPPD_WC_SS:
Collaboration graph

Structure Members

ODPP_WCHAR * pProviderName
 
ODPP_WCHAR * pDescription
 

Structure Description

Structure Member Documentation

ODPP_WCHAR* pProviderName
  • Use:
    This member is used to hold the name of the Service Provider which is returned in the call to Provider_Enumerate() API.
  • Description:
    This is a pointer to wide 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
ODPP_WCHAR* pDescription
  • Use:
    This member is used to hold the description of the Service Provider which is returned in the call to Provider_Enumerate().
  • Description:
    This is a pointer to wide character string 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