Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.57 KB

wekf-scancoderemove.md

File metadata and controls

59 lines (42 loc) · 1.57 KB
title description MSHAttr ms.assetid author ms.author ms.service ms.subservice ms.date ms.topic
WEKF_Scancode.Remove
WEKF_Scancode.Remove
PreferredSiteName:MSDN
PreferredLib:/library/windows/hardware
86185501-edc3-4c1d-be0b-5621c64f9540
TerryWarwick
twarwick
windows-iot
iot
05/20/2024
article

WEKF_Scancode.Remove

This method removes a custom scan code key combination, causing Keyboard Filter to stop blocking the removed combination.

Syntax

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

Parameters

Modifiers
The modifier keys of the combination to remove.

Scancode
The scan code of the combination to remove.

Return Value

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

Remarks

WEKF_Scancode.Remove removes an existing WEKF_Scancode object. If the object does not exist, WEKF_Scancode.Remove returns an error with the value 0x8007007B.

Because this method is static, you cannot call it on an object instance, but must instead call it at the class level.

Requirements

Windows Edition Supported
Windows Home No
Windows Pro No
Windows Enterprise Yes
Windows Education Yes
Windows IoT Enterprise Yes

Related topics