AcxPinNotifyDataFormatChange function (acxpin.h)

The AcxPinNotifyDataFormatChange function is called to generate a data format change notification event for the specified pin.

Syntax

NTSTATUS AcxPinNotifyDataFormatChange(
  [in] ACXPIN Pin
);

Parameters

[in] Pin

The pin for which to generate the data format change notification.

Return value

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate 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 <= DISPATCH_LEVEL

See also

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