ACX_CONNECTION_INIT function (acxpin.h)
Initializes an ACX_CONNECTION structure for use in configuring a connection.
Syntax
void ACX_CONNECTION_INIT(
[out] PACX_CONNECTION Connection,
[in] ACXOBJECT FromObject,
[in] ACXOBJECT ToObject
);
Parameters
[out] Connection
Pointer to an ACX_CONNECTION object to be initialized.
[in] FromObject
The ACXOBJECT from which the connection starts.
[in] ToObject
The ACXOBJECT to which the connection ends.
Return value
None
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
See also
- ACX_CONNECTION
- [acxpin.h header](index.md)