GetDisplayAutoRotationPreferencesByProcessId method
Implementation
int GetDisplayAutoRotationPreferencesByProcessId(
int dwProcessId,
ffi.Pointer<ffi.Int32> pOrientation,
ffi.Pointer<ffi.Int32> fRotateScreen,
) {
return (_GetDisplayAutoRotationPreferencesByProcessId ??=
_dylib.lookupFunction<_c_GetDisplayAutoRotationPreferencesByProcessId,
_dart_GetDisplayAutoRotationPreferencesByProcessId>(
'GetDisplayAutoRotationPreferencesByProcessId'))(
dwProcessId,
pOrientation,
fRotateScreen,
);
}