ACX_PIN_CALLBACKS_INIT function (acxpin.h)
The ACX_PIN_CALLBACKS_INIT function initializes an ACX_PIN_CALLBACKS structure for use.
Syntax
void ACX_PIN_CALLBACKS_INIT(
[out] PACX_PIN_CALLBACKS PinCallbacks
);
Parameters
[out] PinCallbacks
A pointer to the ACX_PIN_CALLBACKS structure to initialize.
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_PIN_CALLBACKS
- [acxpin.h header](index.md)