Home
last modified time | relevance | path

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

/reactos/base/applications/notepad/
H A Dsettings.c90 static BOOL QueryString(HKEY hKey, LPCTSTR pszValueName, LPTSTR pszResult, DWORD dwResultLength) in QueryString() argument
92 if (dwResultLength == 0) in QueryString()
94 if (!QueryGeneric(hKey, pszValueName, REG_SZ, pszResult, dwResultLength * sizeof(TCHAR))) in QueryString()
96 pszResult[dwResultLength - 1] = 0; /* Avoid buffer overrun */ in QueryString()