GetDisplayAutoRotationPreferences function (winuser.h)

Retrieves the screen auto-rotation preferences for the current process.

Syntax

BOOL GetDisplayAutoRotationPreferences(
  [out] ORIENTATION_PREFERENCE *pOrientation
);

Parameters

[out] pOrientation

Pointer to a location in memory that will receive the current orientation preference setting for the calling process.

Return value

TRUE if the method succeeds, otherwise FALSE.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header winuser.h
DLL Kernel.dll