CAtlServiceModuleT::PreMessageLoop
此方法在输入消息循环之前调用。
HRESULT PreMessageLoop(
int nShowCmd
) throw( );
参数
- nShowCmd
此参数传递给 CAtlExeModuleT::PreMessageLoop。
返回值
返回在成功的S_OK或在失败时错误HRESULT。
备注
重写此方法将服务的自定义初始化代码。
要求
Header: atlbase.h
此方法在输入消息循环之前调用。
HRESULT PreMessageLoop(
int nShowCmd
) throw( );
返回在成功的S_OK或在失败时错误HRESULT。
重写此方法将服务的自定义初始化代码。
Header: atlbase.h