// sensorsdriversutils.h
NTSTATUS InitTransformationMatrix(
WDFDEVICE Device,
PVEC3D RotationMatrix,
ULONG RotationMatrixEntryCount
);
View the official Windows Driver Kit DDI referenceNo description available.
The InitTransformationMatrix function reads the rotation matrix from the ACPI entries.
DeviceSupplies the WDF device object.
RotationMatrixSupplies the VEC3D buffer in which the rotation matrix is read.
RotationMatrixEntryCountSupplies the number of elements that RotationMatrix can hold.
This function returns NTSTATUS.