Поделиться через


CAtlExeModuleT::PreMessageLoop

This method is called immediately before entering the message loop.

HRESULT PreMessageLoop(
   int nShowCmd
) throw( );

Параметры

  • nShowCmd
    The value passed as the nShowCmd parameter in WinMain.

Возвращаемое значение

Returns S_OK on success, or an error HRESULT on failure.

Заметки

Override this method to add custom initialization code for the application. The default implementation registers the class objects.

Требования

Header: atlbase.h

См. также

Основные понятия

CAtlExeModuleT Class

CAtlExeModuleT Members

CAtlExeModuleT::PostMessageLoop

CAtlExeModuleT::WinMain