Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Reads from a device configuration space or the expansion ROM of a display adapter.
Syntax
ULONG DlReadDeviceSpace(
PVOID DeviceHandle,
ULONG DataType,
ULONG SlotNumber,
PVOID Buffer,
ULONG Offset,
ULONG Length
);
Parameters
DeviceHandle
A handle that represents a display adapter.
DataType
The type of read transaction to be performed.
SlotNumber
Buffer
A pointer to a caller-allocated buffer that receives the data read from the configuration space or ROM.
Offset
The offset, into the configuration space or the expansion ROM, at which the read transaction begins.
Length
The number of bytes to be read.
Return value
This function returns ULONG.
Requirements
| Requirement | Value |
|---|---|
| Header | dispmprt.h |