[DllImportAttribute("User32.dll")]
public static bool LockSetForegroundWindow(
SetForegroundWindowLockModes lockMode
)
<DllImportAttribute("User32.dll">]
Public Shared Function LockSetForegroundWindow (
lockMode As SetForegroundWindowLockModes
) As Boolean
Dim lockMode As SetForegroundWindowLockModes
Dim returnValue As Boolean
returnValue = User32.LockSetForegroundWindow(lockMode)
public:
[DllImportAttribute(L"User32.dll")]
static bool LockSetForegroundWindow(
SetForegroundWindowLockModes lockMode
)
[<DllImportAttribute("User32.dll")>]
static member LockSetForegroundWindow :
lockMode : SetForegroundWindowLockModes -> bool
No code example is currently available or this language may not be supported.