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