InitTransformationMatrix - NtDoc

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

NTSTATUS InitTransformationMatrix(
  WDFDEVICE Device,
  PVEC3D    RotationMatrix,
  ULONG     RotationMatrixEntryCount
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsdriversutils-inittransformationmatrix)

InitTransformationMatrix function

Description

The InitTransformationMatrix function reads the rotation matrix from the ACPI entries.

Parameters

Device

Supplies the WDF device object.

RotationMatrix

Supplies the VEC3D buffer in which the rotation matrix is read.

RotationMatrixEntryCount

Supplies the number of elements that RotationMatrix can hold.

Return value

This function returns NTSTATUS.

Remarks

See also