#ifndef _NTBCD_H
/**
* The BCD_ELEMENT structure contains information about a BCD element.
*/
typedef struct _BCD_ELEMENT
{
PBCD_ELEMENT_DESCRIPTION Description;
PVOID Data;
} BCD_ELEMENT, *PBCD_ELEMENT;
View code on GitHubNo description available.