Jungo WinDriver  
Official Documentation
windrvr_int_thread.h
Go to the documentation of this file.
1/* @JUNGO_COPYRIGHT@ */
2
3#ifndef _WINDRVR_INT_THREAD_H_
4#define _WINDRVR_INT_THREAD_H_
5
6#include "windrvr.h"
7#include "windrvr_events.h"
8#include "status_strings.h"
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef void (DLLCALLCONV * INT_HANDLER)(PVOID pData);
16
17DWORD DLLCALLCONV InterruptEnable(HANDLE *phThread, HANDLE hWD,
18 WD_INTERRUPT *pInt, INT_HANDLER func, PVOID pData);
19
20DWORD DLLCALLCONV InterruptDisable(HANDLE hThread);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif /* _WINDRVR_INT_THREAD_H_ */
27
#define DLLCALLCONV
Definition: windrvr.h:32
void(DLLCALLCONV * INT_HANDLER)(PVOID pData)
INT_HANDLER INT_HANDLER_FUNC
DWORD DLLCALLCONV InterruptDisable(HANDLE hThread)
DWORD DLLCALLCONV InterruptEnable(HANDLE *phThread, HANDLE hWD, WD_INTERRUPT *pInt, INT_HANDLER func, PVOID pData)