#ifndef _NTBCD_H
/**
* The BCD_ELEMENT_INTEGER structure contains a 64-bit integer value for a BCD element.
*/
typedef struct _BCD_ELEMENT_INTEGER
{
ULONG64 Value;
} BCD_ELEMENT_INTEGER, *PBCD_ELEMENT_INTEGER;
View code on GitHubNo description available.