Defines | 
| #define  | STRICT | 
 Functions | 
| const TCHAR *  | DXUtil_GetDXSDKMediaPath () | 
| HRESULT  | DXUtil_FindMediaFile (TCHAR *strPath, TCHAR *strFilename) | 
| HRESULT  | DXUtil_ReadStringRegKey (HKEY hKey, TCHAR *strRegName, TCHAR *strValue, DWORD dwLength, TCHAR *strDefault) | 
| HRESULT  | DXUtil_WriteStringRegKey (HKEY hKey, TCHAR *strRegName, TCHAR *strValue) | 
| HRESULT  | DXUtil_ReadIntRegKey (HKEY hKey, TCHAR *strRegName, DWORD *pdwValue, DWORD dwDefault) | 
| HRESULT  | DXUtil_WriteIntRegKey (HKEY hKey, TCHAR *strRegName, DWORD dwValue) | 
| HRESULT  | DXUtil_ReadBoolRegKey (HKEY hKey, TCHAR *strRegName, BOOL *pbValue, BOOL bDefault) | 
| HRESULT  | DXUtil_WriteBoolRegKey (HKEY hKey, TCHAR *strRegName, BOOL bValue) | 
| HRESULT  | DXUtil_ReadGuidRegKey (HKEY hKey, TCHAR *strRegName, GUID *pGuidValue, GUID &guidDefault) | 
| HRESULT  | DXUtil_WriteGuidRegKey (HKEY hKey, TCHAR *strRegName, GUID guidValue) | 
| FLOAT __stdcall  | DXUtil_Timer (TIMER_COMMAND command) | 
| VOID  | DXUtil_ConvertAnsiStringToWide (WCHAR *wstrDestination, const CHAR *strSource, int cchDestChar) | 
| VOID  | DXUtil_ConvertWideStringToAnsi (CHAR *strDestination, const WCHAR *wstrSource, int cchDestChar) | 
| VOID  | DXUtil_ConvertGenericStringToAnsi (CHAR *strDestination, const TCHAR *tstrSource, int cchDestChar) | 
| VOID  | DXUtil_ConvertGenericStringToWide (WCHAR *wstrDestination, const TCHAR *tstrSource, int cchDestChar) | 
| VOID  | DXUtil_ConvertAnsiStringToGeneric (TCHAR *tstrDestination, const CHAR *strSource, int cchDestChar) | 
| VOID  | DXUtil_ConvertWideStringToGeneric (TCHAR *tstrDestination, const WCHAR *wstrSource, int cchDestChar) | 
| HRESULT  | _DbgOut (TCHAR *strFile, DWORD dwLine, HRESULT hr, TCHAR *strMsg) | 
| VOID  | DXUtil_Trace (TCHAR *strMsg,...) | 
| BOOL  | DXUtil_ConvertStringToGUID (const TCHAR *strIn, GUID *pGuidOut) | 
| VOID  | DXUtil_ConvertGUIDToString (const GUID *pGuidIn, TCHAR *strOut) |