Searched refs:pRetBuf (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/desktop/win32/source/setup/ |
| H A D | setup.cpp | 260 DWORD& rSize, LPTSTR *pRetBuf ) in GetProfileSection() argument 262 if ( !rSize || !*pRetBuf ) in GetProfileSection() 265 *pRetBuf = new TCHAR[ rSize ]; in GetProfileSection() 268 DWORD nRet = GetPrivateProfileSection( pSection, *pRetBuf, rSize, pFileName ); in GetProfileSection() 274 delete [] (*pRetBuf); in GetProfileSection() 276 *pRetBuf = new TCHAR[ rSize ]; in GetProfileSection() 278 nRet = GetPrivateProfileSection( pSection, *pRetBuf, rSize, pFileName ); in GetProfileSection() 312 LPTSTR pRetBuf = NULL; in ReadProfile() local 316 bRet = GetProfileSection( sProfilePath, SECTION_SETUP, nSize, &pRetBuf ); in ReadProfile() 329 bRet = GetProfileSection( sProfilePath, SECTION_SETUP, nSize, &pRetBuf ); in ReadProfile() [all …]
|
| H A D | setup.hxx | 102 DWORD& rSize, LPTSTR *pRetBuf );
|