#ifndef _NTBCD_H typedef struct _BCD_ELEMENT_STRING { WCHAR Value[ANYSIZE_ARRAY]; } BCD_ELEMENT_STRING, *PBCD_ELEMENT_STRING; #endif View code on GitHub
No description available.