setDisplayAutoRotationPreferences 函数 (winuser.h)
设置当前进程的屏幕自动旋转首选项。
语法
BOOL SetDisplayAutoRotationPreferences(
[in] ORIENTATION_PREFERENCE orientation
);
参数
[in] orientation
指向内存中某个位置的指针,其中包含要为调用进程设置的屏幕方向首选项。
返回值
如果该方法成功,则返回 TRUE,否则返回 FALSE。
有关使用此函数的示例,请参阅 GetDisplayAutoRotationPreferences 。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | winuser.h |
DLL | Kernel.dll |