Searched refs:lpPathBuffer (Results 1 – 1 of 1) sorted by relevance
7035 char lpPathBuffer[MAX_PATH]; in test_TransformWithLoadingLocalFile() local7039 GetTempPathA(MAX_PATH, lpPathBuffer); in test_TransformWithLoadingLocalFile()7040 strcat(lpPathBuffer, "customers.xml" ); in test_TransformWithLoadingLocalFile()7042 …file = CreateFileA(lpPathBuffer, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NUL… in test_TransformWithLoadingLocalFile()7051 for(i=0; i < strlen(lpPathBuffer); i++) in test_TransformWithLoadingLocalFile()7053 if(lpPathBuffer[i] == '\\') in test_TransformWithLoadingLocalFile()7054 lpPathBuffer[i] = '/'; in test_TransformWithLoadingLocalFile()7068 BSTR sFileName = _bstr_(lpPathBuffer); in test_TransformWithLoadingLocalFile()7106 DeleteFileA(lpPathBuffer); in test_TransformWithLoadingLocalFile()