You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
480 B
26 lines
480 B
#include "shellpch.h"
|
|
#pragma hdrstop
|
|
|
|
#include <hwtab.h>
|
|
|
|
static
|
|
HWND
|
|
WINAPI
|
|
DeviceCreateHardwarePageEx(HWND hwndParent,
|
|
const GUID *pguid,
|
|
int iNumClass,
|
|
DWORD dwViewMode)
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
|
|
//
|
|
// !! WARNING !! The entries below must be in order by ORDINAL
|
|
//
|
|
DEFINE_ORDINAL_ENTRIES(devmgr)
|
|
{
|
|
DLOENTRY(20, DeviceCreateHardwarePageEx)
|
|
};
|
|
|
|
DEFINE_ORDINAL_MAP(devmgr)
|