hsmet  1.0.0
he-winkey.h
gehe zur Dokumentation dieser Datei
1 
4 /* Copyright (C) 2014 - HS Schmalkalden. All rights reserved. */
5 
6 #ifndef HE_WINKEY_H_INCLUDED
7 #define HE_WINKEY_H_INCLUDED 1
8 
9 #include "he-conf.h"
10 
11 #if HE_ON_WINDOWS
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
20 int
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
29 enum {
33 };
34 
35 #else
36 /* if HE_ON_WINDOWS */
37 
38 #error "The hsm_et_windows_key_get() function is only available on Windows!"
39 
40 #endif
41 /* if HE_ON_WINDOWS */
42 
43 #endif
44 /* ifndef HE_WINKEY_H_INCLUDED */
45 
46 
47 /* vim: set ai sw=4 ts=4 expandtab : */
Escape-Taste.
Definition: he-winkey.h:32
int hsm_et_windows_key_get(void)
Keyboard-Abfrage fuer Windows.
Konfigurationseinstellungen.