Searched refs:pRetBuf (Results 1 – 2 of 2) sorted by relevance
260 DWORD& rSize, LPTSTR *pRetBuf ) in GetProfileSection() argument262 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() local316 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 …]
102 DWORD& rSize, LPTSTR *pRetBuf );
Completed in 21 milliseconds