#ifndef _NTBCD_H
/**
* The BCD_ELEMENT_STRING structure contains a string value for a BCD element.
*/
typedef struct _BCD_ELEMENT_STRING
{
WCHAR Value[ANYSIZE_ARRAY];
} BCD_ELEMENT_STRING, *PBCD_ELEMENT_STRING;
View code on GitHubNo description available.