// acxpin.h
VOID ACX_CONNECTION_INIT(
[out] PACX_CONNECTION Connection,
[in] ACXOBJECT FromObject,
[in] ACXOBJECT ToObject
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes an ACX_CONNECTION structure for use in configuring a connection.
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.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.