BCD_ELEMENT_STRING - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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;

#endif

View code on GitHub

NtDoc

No description available.