mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
664 B
26 lines
664 B
/* File: D:\WACKER\tdll\misc.h (Created: 27-Nov-1993)
|
|
*
|
|
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 1.18 $
|
|
* $Date: 1995/04/13 16:24:14 $
|
|
*/
|
|
|
|
#if !defined(INCL_MISC)
|
|
#define INCL_MISC
|
|
|
|
BOOL mscCenterWindowOnWindow(const HWND hwndChild, const HWND hwndParent);
|
|
|
|
LPTSTR mscStripPath (LPTSTR pszStr);
|
|
LPTSTR mscStripName (LPTSTR pszStr);
|
|
LPTSTR mscStripExt (LPTSTR pszStr);
|
|
LPTSTR mscModifyToFit (HWND hwnd, LPTSTR pszStr);
|
|
|
|
int mscCreatePath(const TCHAR *pszPath);
|
|
int mscIsDirectory(LPCTSTR pszName);
|
|
int mscAskWizardQuestionAgain(void);
|
|
void mscUpdateRegistryValue(void);
|
|
|
|
HICON extLoadIcon(LPCSTR);
|
|
#endif
|