Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp260 DWORD& rSize, LPTSTR *pRetBuf ) in GetProfileSection() argument
262 if ( !rSize || !*pRetBuf ) in GetProfileSection()
265 *pRetBuf = new TCHAR[ rSize ]; in GetProfileSection()
274 delete [] (*pRetBuf); in GetProfileSection()
276 *pRetBuf = new TCHAR[ rSize ]; in GetProfileSection()
312 LPTSTR pRetBuf = NULL; in ReadProfile() local
316 bRet = GetProfileSection( sProfilePath, SECTION_SETUP, nSize, &pRetBuf ); in ReadProfile()
335 LPTSTR pCurLine = pRetBuf; in ReadProfile()
395 LPTSTR pCurLine = pRetBuf; in ReadProfile()
430 if ( pRetBuf ) in ReadProfile()
[all …]
H A Dsetup.hxx102 DWORD& rSize, LPTSTR *pRetBuf );

Completed in 23 milliseconds