ParseRotationMatrixEntry - NtDoc

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

NTSTATUS ParseRotationMatrixEntry(
  [in]  PUCHAR RotationEntry,
  [in]  USHORT Length,
  [out] PVEC3D Data
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

ParseRotationMatrixEntry function

Description

The ParseRotationMatrixEntry function parses a string of three floats.

Parameters

RotationEntry [in]

A string that represents three floats.

Length [in]

Length of the string.

Data [out]

Out buffer for floats.

Return value

This function returns NTSTATUS.

Remarks

See also