#include "../include/dvdsynth-device.h" namespace Miniport { int Init(); void* DriverCall(dvs_driver_handle module, const char* entry_name, const char* types, ...); }; static const dvs_driver_handle miniport_handle = (dvs_driver_handle)-1; // This must match the mpdfunc_pointers array in worker_thread.cpp! enum { mpdfunc_Init, mpdfunc__PELDR_LoadModule, mpdfunc__PELDR_FreeModule, mpdfunc_CallDriverInitFunc, mpdfunc_SetHandler, mpdfunc_ScsiDispatch, mpdfunc__PageReserve, mpdfunc__PageCommit, mpdfunc__PageFree, mpdfunc_CONFIGMG_Locate_DevNode, mpdfunc_CONFIGMG_Get_Child, mpdfunc_CONFIGMG_Get_Sibling, mpdfunc_CONFIGMG_Query_Remove_SubTree, mpdfunc_CONFIGMG_Remove_SubTree, mpdfunc_CONFIGMG_Reenumerate_DevNode, mpdfunc_OpenFileRO, mpdfunc_CreateOrOpenFileRW, mpdfunc_ReadFile, mpdfunc_WriteFile, mpdfunc_GetFileSize, mpdfunc_CloseFile, mpdfunc_CloseEvent, };