dlGetDeviceBase 函数 (dispmprt.h)
将一系列相对于总线的设备内存或 I/O 地址映射到系统空间。
语法
PVOID DlGetDeviceBase(
PVOID DeviceHandle,
PHYSICAL_ADDRESS IoAddress,
ULONG NumberOfUchars,
UCHAR InIoSpace
);
参数
DeviceHandle
表示显示适配器的句柄。
IoAddress
NumberOfUchars
InIoSpace
返回值
此函数返回 PVOID。
要求
要求 | 值 |
---|---|
Header | dispmprt.h |