/* * kexbasen\setupapi\setupapi_forwards.c * * Copyright (C) 2019 jumper * * This file is part of KernelEx source code. * * KernelEx is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation; version 2 of the License. * * KernelEx is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with GNU Make; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "delayload.h" FORWARD_TO_CFGMGR32 (CM_Connect_MachineA); FORWARD_TO_CFGMGR32 (CM_Connect_MachineW); FORWARD_TO_CFGMGR32 (CM_Disconnect_Machine); FORWARD_TO_CFGMGR32 (CM_Free_Log_Conf_Handle); FORWARD_TO_CFGMGR32 (CM_Free_Res_Des_Handle); FORWARD_TO_CFGMGR32 (CM_Get_Child); FORWARD_TO_CFGMGR32 (CM_Get_Child_Ex); FORWARD_TO_CFGMGR32 (CM_Get_DevNode_Registry_Property_ExA); FORWARD_TO_CFGMGR32 (CM_Get_DevNode_Registry_Property_ExW); FORWARD_TO_CFGMGR32 (CM_Get_DevNode_Registry_PropertyW); FORWARD_TO_CFGMGR32 (CM_Get_DevNode_Status); FORWARD_TO_CFGMGR32 (CM_Get_DevNode_Status_Ex); FORWARD_TO_CFGMGR32 (CM_Get_Device_ID_ExA); FORWARD_TO_CFGMGR32 (CM_Get_Device_ID_ExW); FORWARD_TO_CFGMGR32 (CM_Get_Device_ID_List_SizeW); FORWARD_TO_CFGMGR32 (CM_Get_Device_ID_ListW); FORWARD_TO_CFGMGR32 (CM_Get_Device_IDA); FORWARD_TO_CFGMGR32 (CM_Get_Device_IDW); FORWARD_TO_CFGMGR32 (CM_Get_First_Log_Conf_Ex); FORWARD_TO_CFGMGR32 (CM_Get_Next_Res_Des_Ex); FORWARD_TO_CFGMGR32 (CM_Get_Parent); FORWARD_TO_CFGMGR32 (CM_Get_Parent_Ex); FORWARD_TO_CFGMGR32 (CM_Get_Res_Des_Data_Ex); FORWARD_TO_CFGMGR32 (CM_Get_Res_Des_Data_Size_Ex); FORWARD_TO_CFGMGR32 (CM_Get_Sibling); FORWARD_TO_CFGMGR32 (CM_Get_Sibling_Ex); FORWARD_TO_CFGMGR32 (CM_Locate_DevNode_ExW); FORWARD_TO_CFGMGR32 (CM_Locate_DevNodeA); FORWARD_TO_CFGMGR32 (CM_Locate_DevNodeW); FORWARD_TO_CFGMGR32 (CM_Open_Class_KeyA); FORWARD_TO_CFGMGR32 (CM_Reenumerate_DevNode_Ex); FORWARD_TO_CFGMGR32 (CM_Set_DevNode_Problem_Ex); FORWARD_TO_CFGMGR32 (CM_Setup_DevNode_Ex); // CM_Query_And_Remove_SubTree_ExA 6 // CM_Query_And_Remove_SubTreeW 5 // CM_Request_Device_EjectA 5 // CM_Request_Device_EjectW 5 // SetupQueryInfOriginalFileInformationA 4