32 |
HINSTANCE glob_hinst; |
HINSTANCE glob_hinst; |
33 |
|
|
34 |
/* We need a special section in the DLL for storing our shared data. |
/* We need a special section in the DLL for storing our shared data. |
35 |
This shared data is required by the hook function becuase theat |
This shared data is required by the hook function because that |
36 |
function is called in the context of the actual thread running the |
function is called in the context of the actual thread running the |
37 |
hook and thus we need a way to communicate the result of our hook |
hook and thus we need a way to communicate the result of our hook |
38 |
function back to us. We use a shared data segment for this. */ |
function back to us. We use a shared data segment for this. */ |