Lines Matching refs:length
80 DWORD type, void *param, DWORD length);
83 void *param, DWORD length);
86 size_t length, int where);
90 void *param, DWORD length)
102 &realtype, (LPBYTE)param, &length);
140 void *param, DWORD length)
154 type, param, length)) ||
156 type, param, length)) {
168 type, param, length)) ||
170 type, param, length)) {
193 GetStringFromRegistry(const char *name, char *result, size_t length, int where)
195 if (GetFromRegistry(name, where, REG_SZ, result, (DWORD)length)) {