home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / software / dave / dqsd.exe / src / DQSDTools / Utilities.h < prev   
C/C++ Source or Header  |  2002-07-11  |  337b  |  16 lines

  1.  
  2. #pragma once
  3.  
  4. extern HWND g_hDQSDWindow;
  5.  
  6. INTERNET_SCHEME GetScheme(LPCTSTR szURL);
  7. int URLMatchesFilename(LPCTSTR szURL, LPCTSTR szFile);
  8.  
  9. //
  10. // Find the DQSD window (usually, but not always, on the taskbar)
  11. //
  12. // Return:
  13. //        The window handle, or null if we fail
  14. HWND
  15. UtilitiesFindDQSDWindow(LPDISPATCH pDispDocument);
  16.