// sensorsdriversutils.h
NTSTATUS ParseRotationMatrixEntry(
[in] PUCHAR RotationEntry,
[in] USHORT Length,
[out] PVEC3D Data
);
View the official Windows Driver Kit DDI referenceNo description available.
The ParseRotationMatrixEntry function parses a string of three floats.
RotationEntry [in]A string that represents three floats.
Length [in]Length of the string.
Data [out]Out buffer for floats.
This function returns NTSTATUS.