CMP_CONNECT_VER3 - NtDoc

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

typedef struct _CMP_CONNECT_VER3 {
  IN HANDLE               hOutputPlug;
  IN HANDLE               hInputPlug;
  IN CMP_CONNECT_TYPE     Type;
  IN CIP_DATA_FORMAT_VER3 Format;
  OUT HANDLE              hConnect;
} CMP_CONNECT_VER3, *PCMP_CONNECT_VER3;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-61883-_cmp_connect_ver3)

_CMP_CONNECT_VER3 structure

Description

This structure contains information for a connection request.

Members

hOutputPlug

The handle of an output plug.

hInputPlug

The handle of an input plug.

Type

The type of the requested connection.

Format

The requested data format.

hConnect

The handle for the created connection.

See also

AV_61883_REQUEST