BlockInput function user32

int BlockInput(
  1. int fBlockIt
)

Blocks keyboard and mouse input events from reaching applications.

BOOL BlockInput(
  BOOL fBlockIt);

Implementation

int BlockInput(int fBlockIt) => _BlockInput(fBlockIt);