home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
software
/
dave
/
dqsd.exe
/
src
/
DQSDTools
/
Utilities.h
< prev
Wrap
C/C++ Source or Header
|
2002-07-11
|
337b
|
16 lines
#pragma once
extern HWND g_hDQSDWindow;
INTERNET_SCHEME GetScheme(LPCTSTR szURL);
int URLMatchesFilename(LPCTSTR szURL, LPCTSTR szFile);
//
// Find the DQSD window (usually, but not always, on the taskbar)
//
// Return:
// The window handle, or null if we fail
HWND
UtilitiesFindDQSDWindow(LPDISPATCH pDispDocument);