Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_winapi.c1928 DWORD cchExt = CCH_EXT; in _winapi__mimetypes_read_windows_registry_impl() local
1933 err = RegEnumKeyExW(hkcr, i, ext, &cchExt, NULL, NULL, NULL, NULL); in _winapi__mimetypes_read_windows_registry_impl()
1934 if (err != ERROR_SUCCESS || (cchExt && ext[0] != L'.')) { in _winapi__mimetypes_read_windows_registry_impl()