#ifndef _NTBCD_H typedef _Function_class_(BCD_MESSAGE_CALLBACK) VOID NTAPI BCD_MESSAGE_CALLBACK( _In_ BCD_MESSAGE_TYPE type, _In_ PCWSTR Message ); #endif View code on GitHub
No description available.