Help with Driver Development Kit [modified]
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way how to catch system messages in a driver created by DDK ? directly from win or using some way like callback functions in WIN32
switch(Msg){ case WM_CLOSE: ... break; }
thank you for any supportmodified on Wednesday, January 09, 2008 11:24:13 AM
-
Is there a way how to catch system messages in a driver created by DDK ? directly from win or using some way like callback functions in WIN32
switch(Msg){ case WM_CLOSE: ... break; }
thank you for any supportmodified on Wednesday, January 09, 2008 11:24:13 AM