Searched refs:nMaxSubKeyLen (Results 1 – 3 of 3) sorted by relevance
/trunk/main/shell/source/win32/shlxthandler/util/ |
H A D | registry.cxx | 97 DWORD nMaxSubKeyLen; in DeleteRegistryKey() local 101 &nMaxSubKeyLen, in DeleteRegistryKey() 104 nMaxSubKeyLen++; // space for trailing '\0' in DeleteRegistryKey() 107 _alloca(nMaxSubKeyLen*sizeof(char))); in DeleteRegistryKey() 111 DWORD nLen = nMaxSubKeyLen; in DeleteRegistryKey()
|
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registrywnt.cxx | 501 DWORD nMaxSubKeyLen; in ImplDeleteSubKeyTree() local 505 &nMaxSubKeyLen, in ImplDeleteSubKeyTree() 508 nMaxSubKeyLen++; // space for trailing '\0' in ImplDeleteSubKeyTree() 511 _alloca(nMaxSubKeyLen*sizeof(wchar_t))); in ImplDeleteSubKeyTree() 515 DWORD nLen = nMaxSubKeyLen; in ImplDeleteSubKeyTree()
|
/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 177 DWORD nMaxSubKeyLen; in DeleteSubKeyTree() local 179 rc = RegQueryInfoKeyA( hKey, 0, 0, 0, 0, &nMaxSubKeyLen, 0, 0, 0, 0, 0, 0 ); in DeleteSubKeyTree() 180 nMaxSubKeyLen++; // space for trailing '\0' in DeleteSubKeyTree() 181 lpSubKey = reinterpret_cast<CHAR*>( _alloca( nMaxSubKeyLen*sizeof(CHAR) ) ); in DeleteSubKeyTree() 185 DWORD nLen = nMaxSubKeyLen; in DeleteSubKeyTree()
|
Completed in 40 milliseconds