EMULATOR_PORT_ACCESS_TYPE - NtDoc

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

typedef enum _EMULATOR_PORT_ACCESS_TYPE {
  Uchar,
  Ushort,
  Ulong
} EMULATOR_PORT_ACCESS_TYPE, *PEMULATOR_PORT_ACCESS_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dispmprt-_emulator_port_access_type)

_EMULATOR_PORT_ACCESS_TYPE enumeration

Description

Specifies the port access type.

Constants

Uchar

Ushort

Ulong

Remarks

See also