AudRecordLib
misc.h
Go to the documentation of this file.
00001 
00006 #ifndef AUDRECORDLIB_MISC_H
00007 #define AUDRECORDLIB_MISC_H
00008 
00009 #pragma once
00010 
00011 HRESULT CheckCOMInitialization();
00012 DWORD GetCurrentTimerResolution();
00013 BOOL GetWaveformatExType(const struct tWAVEFORMATEX* pwfx, BOOL* pIsFloat);
00014 BOOL IsSSE2Supported();
00015 std::wstring GetCurrentDateTime();
00016 void SetCurrentThreadName(const char* pszThreadName);
00017 
00020 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines