I have created a service with ATL Wizard. In the
"void CServiceModule::Run()" function I found the code
while (GetMessage(&msg, 0, 0, 0))
DispatchMessage(&msg);
My question is: where are messages from "DispatchMessage(&msg)" processed?
Thanx a lot!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: ATL service thread message pumpThreaded View
|
Click Here to Expand Forum to Full Width |