AcxPinNotifyDataFormatChange - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxpin.h

NTSTATUS AcxPinNotifyDataFormatChange(
  [in] ACXPIN Pin
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxpin-acxpinnotifydataformatchange)

Description

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

Parameters

Pin [in]

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.

See also