Home
last modified time | relevance | path

Searched refs:PAGE_NAMES (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp59 static LPCWSTR PAGE_NAMES[] = { variable
1997 C_ASSERT(COUNT_PAGE == countof(PAGE_NAMES)); in OnCreate()
1998 C_ASSERT(countof(_pageIds) == countof(PAGE_NAMES)); in OnCreate()
2000 ThemeGetPageIds(_theme, PAGE_NAMES, _pageIds, countof(_pageIds)); in OnCreate()
3175 DWORD _pageIds[countof(PAGE_NAMES)];