Jaa


WEKF_Scancode.Add

Supported Editions
✅ IoT Enterprise LTSC
✅ IoT Enterprise
✅ Enterprise LTSC
✅ Enterprise
✅ Education

This method adds a new custom scan code combination and enables Keyboard Filter to block the new combination.

Syntax

[Static] uint32 Add(
    [In] string Modifiers,
    [In] uint16 Scancode
);

Parameters

Modifers
The modifier keys that are part of the key combination to block.

Scancode
The hardware scan code of the key to block.

Return Value

Returns an HRESULT value that indicates WMI non-error constant or a WMI error constant.

Remarks

WEKF_Scancode.Add creates a new WEKF_Scancode object and sets the Enabled property of the new object to true.

If a WEKF_Scancode object already exists with same Modifiers and Scancode properties, then WEKF_Scancode.Add returns an error code and doesn't create a new object or modify any properties of the existing object. If the existing WEKF_Scancode object has the Enabled property set to false, Keyboard Filter doesn't block the scan code.