Searched refs:ccEx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp518 INITCOMMONCONTROLSEX ccEx; local
519 ccEx.dwSize = sizeof(INITCOMMONCONTROLSEX);
520 ccEx.dwICC = ICC_LINK_CLASS | ICC_LISTVIEW_CLASSES | ICC_PAGESCROLLER_CLASS |
523 InitCommonControlsEx(&ccEx); /* Ignore failure. */

Completed in 1224 milliseconds