Searched refs:SetLogFile (Results 1 – 3 of 3) sorted by relevance
21 bool BenchLogger::SetLogFile(const char *file) { in SetLogFile() function in BenchLogger
33 bool SetLogFile(const char file[]);
2627 virtual HRESULT WINAPI SetLogFile(DWORD_PTR hFile) = 0;2649 HRESULT (WINAPI *SetLogFile)(IGraphBuilder *This,DWORD_PTR hFile);2673 #define IGraphBuilder_SetLogFile(This,hFile) (This)->lpVtbl->SetLogFile(This,hFile)2896 HRESULT (WINAPI *SetLogFile)(IFilterGraph2 *This,DWORD_PTR hFile);2923 #define IFilterGraph2_SetLogFile(This,hFile) (This)->lpVtbl->SetLogFile(This,hFile)