George Cristea
March 31st, 1999, 08:20 AM
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!
"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!