ACX_CONNECTION_INIT - NtDoc

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

VOID ACX_CONNECTION_INIT(
  [out] PACX_CONNECTION Connection,
  [in]  ACXOBJECT       FromObject,
  [in]  ACXOBJECT       ToObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxpin-acx_connection_init)

Description

Initializes an ACX_CONNECTION structure for use in configuring a connection.

Parameters

Connection [out]

Pointer to an ACX_CONNECTION object to be initialized.

FromObject [in]

The ACXOBJECT from which the connection starts.

ToObject [in]

The ACXOBJECT to which the connection ends.

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also