Public Attributes | |
LPMODULE | pModule |
unsigned int | id |
union { | |
pfnDspCBFanSpeed FanSpeed | |
pfnDspCBKeyEvent KeyEvent | |
pfnDspCBTemp Temp | |
} | pfn |
void * | context |
const char * | pszName |
Definition at line 125 of file display.c.
|
Context data to supply to the function |
|
ID of the device object which this relates to |
|
Function to receive report information |
|
The module to receive the callback information |
|
Human-readable name |