Funzione InitTransformationMatrix (sensorsdriversutils.h)
La funzione InitTransformationMatrix legge la matrice di rotazione dalle voci ACPI.
Sintassi
NTSTATUS InitTransformationMatrix(
WDFDEVICE Device,
PVEC3D RotationMatrix,
ULONG RotationMatrixEntryCount
);
Parametri
Device
Fornisce l'oggetto dispositivo WDF.
RotationMatrix
Fornisce il buffer VEC3D in cui viene letta la matrice di rotazione.
RotationMatrixEntryCount
Fornisce il numero di elementi che RotationMatrix può contenere.
Valore restituito
Questa funzione restituisce NTSTATUS.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sensorsdriversutils.h |