LockSetForegroundWindow method
Implementation
int LockSetForegroundWindow(
int uLockCode,
) {
return (_LockSetForegroundWindow ??= _dylib.lookupFunction<
_c_LockSetForegroundWindow,
_dart_LockSetForegroundWindow>('LockSetForegroundWindow'))(
uLockCode,
);
}