Desktop Functions: Smart Device Functions:
|
Search Results for "LockSetForegroundWindow" in [All]user32- The foreground is not locked (see LockSetForegroundWindow).
static extern bool LockSetForegroundWindow(uint uLockCode);
Public Shared Function LockSetForegroundWindow(uLockCode As UInteger) As <MarshalAs(UnmanagedType.Bool)> Boolean
/// <item>The foreground is not locked (see LockSetForegroundWindow).</item>
/// The foreground process can disable calls to SetForegroundWindow by calling the LockSetForegroundWindow |