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!