WDF_WRITE_PORT_ULONG - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfhwaccess.h

VOID WDF_WRITE_PORT_ULONG(
  [in] WDFDEVICE Device,
  [in] PULONG    Port,
  [in] ULONG     Value
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfhwaccess-wdf_write_port_ulong)

WDF_WRITE_PORT_ULONG function

Description

[Applies to UMDF only]

The WDF_WRITE_PORT_ULONG function writes a ULONG value to the specified port address.

Parameters

Device [in]

A handle to a framework device object.

Port [in]

A pointer to the port, which must be a mapped memory range in I/O space.

Value [in]

Specifies a ULONG value to be written to the port.