Flutter Engine
The Flutter Engine
ui
win
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
}
Generated on Sun Jun 23 2024 22:00:58 for Flutter Engine by
1.9.4