Use:
This structure is used to pass the wide character(Unicode) format column name to the Provider_Init() API as a child member of structure DP_FIELD_DEF.
Description:
The structure is used to supply the column name expressed in wide character (Unicode) format which is used by the ODPP framework to initialize the column.
Before using this structure ensure that it is "memset" with 0.
Use:
This member is used specify the name of the current column expressed as wide character (Unicode) format. The column name is limited to MAX_COLNAME_SIZE characters.
Description:
This is a pointer to the wide character (Unicode) string which represents the name of the column. The caller must ensure that the memory referenced by pColName remains valid till Provider_Init() returns.