Searched refs:dwKeyLen (Results 1 – 3 of 3) sorted by relevance
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/utils/ |
H A D | registry.cpp | 323 DWORD dwKeyLen = 1023; in GetNextKey() local 324 long nError = ::RegEnumKeyEx(m_hKey, lIndex, szKey, &dwKeyLen, NULL, NULL, NULL, NULL); in GetNextKey()
|
/dports/mail/alpine/alpine-465e23b/pico/osdep/ |
H A D | mswin.c | 11275 DWORD dwKeyIndex, dwKeyLen; in MSWRDump() local 11320 for(dwKeyIndex = 0L, dwKeyLen = MSWR_KEY_MAX + 1; in MSWRDump() 11321 RegEnumKeyEx(hSubKey, dwKeyIndex, KeyBuf, &dwKeyLen, in MSWRDump() 11323 dwKeyIndex++, dwKeyLen = MSWR_KEY_MAX + 1){ in MSWRDump() 11350 DWORD dwKeyIndex, dwKeyLen; in MSWRClear() local 11359 for(dwKeyIndex = 0L, dwKeyLen = MSWR_KEY_MAX + 1; in MSWRClear() 11360 RegEnumKeyEx(hSubKey, dwKeyIndex, KeyBuf, &dwKeyLen, in MSWRClear() 11362 dwKeyLen = MSWR_KEY_MAX + 1) in MSWRClear()
|
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/ |
H A D | mswin.c | 11275 DWORD dwKeyIndex, dwKeyLen; in MSWRDump() local 11320 for(dwKeyIndex = 0L, dwKeyLen = MSWR_KEY_MAX + 1; in MSWRDump() 11321 RegEnumKeyEx(hSubKey, dwKeyIndex, KeyBuf, &dwKeyLen, in MSWRDump() 11323 dwKeyIndex++, dwKeyLen = MSWR_KEY_MAX + 1){ in MSWRDump() 11350 DWORD dwKeyIndex, dwKeyLen; in MSWRClear() local 11359 for(dwKeyIndex = 0L, dwKeyLen = MSWR_KEY_MAX + 1; in MSWRClear() 11360 RegEnumKeyEx(hSubKey, dwKeyIndex, KeyBuf, &dwKeyLen, in MSWRClear() 11362 dwKeyLen = MSWR_KEY_MAX + 1) in MSWRClear()
|