Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Dassoc.c114 DWORD dwExtLen = 0; in PrintAllAssociations() local
125 lRet = RegQueryInfoKey(hKeyClasses, NULL, NULL, NULL, &dwNumKeys, &dwExtLen, in PrintAllAssociations()
134 ++dwExtLen; in PrintAllAssociations()
135 pszExtName = cmd_alloc(dwExtLen * sizeof(TCHAR)); in PrintAllAssociations()
145 DWORD dwBufSize = dwExtLen; in PrintAllAssociations()
/reactos/dll/win32/shlwapi/
H A Dpath.c3824 DWORD dwNameLen = 0, dwExtLen = 0; in PathIsLFNFileSpecA() local
3837 if (dwExtLen) in PathIsLFNFileSpecA()
3839 dwExtLen = 1; in PathIsLFNFileSpecA()
3841 else if (dwExtLen) in PathIsLFNFileSpecA()
3843 dwExtLen++; in PathIsLFNFileSpecA()
3844 if (dwExtLen > 4) in PathIsLFNFileSpecA()
3878 if (dwExtLen) in PathIsLFNFileSpecW()
3880 dwExtLen = 1; in PathIsLFNFileSpecW()
3882 else if (dwExtLen) in PathIsLFNFileSpecW()
3884 dwExtLen++; in PathIsLFNFileSpecW()
[all …]