EVT_ACX_PIN_SET_DATAFORMAT callback function (acxpin.h)

The EVT_ACX_PIN_SET_DATAFORMAT callback function is implemented by the driver and is called to set the data format for the specified pin.

Syntax

EVT_ACX_PIN_SET_DATAFORMAT EvtAcxPinSetDataformat;

NTSTATUS EvtAcxPinSetDataformat(
  ACXPIN Pin,
  ACXDATAFORMAT DataFormat
)
{...}

Parameters

Pin

An ACXPIN object representing the specific pin for which to set the data format.

DataFormat

A handle to a data format object.

Return value

EVT_ACX_PIN_SET_DATAFORMAT returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an NTSTATUS error code.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxpin.h
IRQL PASSIVE_LEVEL

See also

  • [acxpin.h header](index.md)