TUPLE_REQUEST - NtDoc

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

typedef struct _TUPLE_REQUEST {
  USHORT Socket;
} TUPLE_REQUEST, *PTUPLE_REQUEST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddpcm-_tuple_request)

_TUPLE_REQUEST structure

Description

The TUPLE_REQUEST structure is used in conjunction with the IOCTL_GET_TUPLE_DATA request to retrieve tuple data from a PC Card's or CardBus card's attribute memory.

Members

Socket

Indicates the socket number.

See also

IOCTL_GET_TUPLE_DATA