ParseRotationMatrixEntry function (sensorsdriversutils.h)

The ParseRotationMatrixEntry function parses a string of three floats.

Syntax

NTSTATUS ParseRotationMatrixEntry(
  [in]  PUCHAR RotationEntry,
  [in]  USHORT Length,
  [out] PVEC3D Data
);

Parameters

[in] RotationEntry

A string that represents three floats.

[in] Length

Length of the string.

[out] Data

Out buffer for floats.

Return value

This function returns NTSTATUS.

Requirements

Requirement Value
Header sensorsdriversutils.h