Searched refs:dwFileTypeLen (Results 1 – 1 of 1) sorted by relevance
/reactos/base/shell/cmd/ |
H A D | assoc.c | 29 DWORD dwFileTypeLen = 0; in PrintAssociationEx() local 41 lRet = RegQueryValueEx(hKey, NULL, NULL, NULL, NULL, &dwFileTypeLen); in PrintAssociationEx() 56 ++dwFileTypeLen; in PrintAssociationEx() 57 pszFileType = cmd_alloc(dwFileTypeLen * sizeof(TCHAR)); in PrintAssociationEx() 66 lRet = RegQueryValueEx(hKey, NULL, NULL, NULL, (LPBYTE)pszFileType, &dwFileTypeLen); in PrintAssociationEx() 77 if (dwFileTypeLen != 0) in PrintAssociationEx()
|