This topic has not yet been rated - Rate this topic

WRITE_REGISTER_UCHAR routine

The WRITE_REGISTER_UCHAR routine writes a byte to the specified address.

Syntax


VOID WRITE_REGISTER_UCHAR(
  _In_  PUCHAR Register,
  _In_  UCHAR Value
);

Parameters

Register [in]

Pointer to the register, which must be a mapped range in memory space.

Value [in]

Specifies a byte to be written to the register.

Return value

None

Remarks

Callers of WRITE_REGISTER_UCHAR can be running at any IRQL, assuming the Register is resident, mapped device memory.

Requirements

Version

Available starting with Windows 2000.

Header

Wdm.h (include Wdm.h, Ntddk.h, or Ntifs.h)

Library

Contained in Ntoskrnl.lib.

IRQL

Any level (see Remarks section)

 

 

Send comments about this topic to Microsoft

Build date: 5/22/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.