Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
ui::win Namespace Reference

Functions

void CreateATLModuleIfNeeded ()
 

Function Documentation

◆ CreateATLModuleIfNeeded()

void ui::win::CreateATLModuleIfNeeded ( )
inline

Definition at line 22 of file atl_module.h.

22 {
23 if (_pAtlModule == NULL) {
24 // This creates the module and automatically updates _pAtlModule.
25 new CComModule;
26 }
27}