Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
7/8/2014
Review the use, syntax, parameters, and return values of the WEKF_Scancode.Remove method for Windows Embedded 8.1 Industry (Industry 8.1).
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 status or a WMI error.
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.