ULONG
READ_REGISTER_ULONG(
IN PULONG Register
);
READ_REGISTER_ULONG reads a ULONG value from the specified register address.
READ_REGISTER_ULONG returns the ULONG value read from the specified register address.
Callers of READ_REGISTER_ULONG can be running at any IRQL, assuming the Register is resident, mapped device memory.