/**************************** Module Header **********************************\ \******************** Copyright (c) 1991 Microsoft Corporation ***************/ // this file is built as a DLL with an entry point which can be invoked #include // entry point DWORD BvtDllFunction() { return 0x12345678; }