¡@

Home 

c++ Programming Glossary: key_state

Differences between struct in C and C++

http://stackoverflow.com/questions/1492735/differences-between-struct-in-c-and-c

C have a different syntax for referring to structs struct KEY_STATE bool kSHIFT if the shift key is pressed bool kCAPSLOCK if the.. the alt key is pressed down I am using a variable of type KEY_STATE inside another structure typedef struct _DEVICE_EXTENSION WDFDEVICE.. typedef struct _DEVICE_EXTENSION WDFDEVICE WdfDevice KEY_STATE kState DEVICE_EXTENSION PDEVICE_EXTENSION results in error C2061..