#ifndef _NTBCD_H
/**
* The BCD_OBJECT structure contains the identifier and description of a BCD object.
*/
typedef struct _BCD_OBJECT
{
GUID Identifier;
PBCD_OBJECT_DESCRIPTION Description;
} BCD_OBJECT, *PBCD_OBJECT;
View code on GitHubNo description available.