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.Add method for Windows Embedded 8.1 Industry (Industry 8.1).
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 status or a WMI error.
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 does not 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 does not block the scan code.