|
|
1.1.1.3 ! root 1: ! 2: /******************************************************************************\ ! 3: * This is a part of the Microsoft Source Code Samples. ! 4: * Copyright (C) 1993 Microsoft Corporation. ! 5: * All rights reserved. ! 6: * This source code is only intended as a supplement to ! 7: * Microsoft Development Tools and/or WinHelp documentation. ! 8: * See these sources for detailed information regarding the ! 9: * Microsoft samples programs. ! 10: \******************************************************************************/ ! 11: ! 12: 1.1.1.2 root 13: #ifndef DEBMISC_H 1.1.1.3 ! root 14: 1.1.1.2 root 15: #define DEBMISC_H 16: 17: #ifndef DEBDEBUG_H 18: #include "DEBDebug.H" 19: #endif 20: 1.1.1.3 ! root 21: #ifndef DEBMAIN_H ! 22: #include "DEBMain.H" ! 23: #endif ! 24: 1.1.1.2 root 25: //-- function prototypes 1.1.1.3 ! root 26: BOOL StartDebuggee( LPTSTR, HWND ); ! 27: BOOL AttachToDebuggee( DWORD, HWND ); ! 28: BOOL CALLBACK EnumProcessListFunc( HWND, LPARAM ); ! 29: BOOL GetDebuggeeFileName( LPTSTR, HWND ); ! 30: BOOL ChooseNewFont( HWND ); ! 31: BOOL ChooseNewBackColor( HWND ); ! 32: BOOL MakeCommonDebugEventString( LPTSTR, LPDEBUG_EVENT); ! 33: HWND CreateTextButtonBar( HWND, LPINT ); ! 34: HWND CreateIconWindow( HWND, LPCTSTR ); ! 35: BOOL GetPrivateProfileSettings( LPCTSTR, LPCTSTR, PPROFILE ); ! 36: BOOL WritePrivateProfileSettings( LPCTSTR, LPCTSTR, PPROFILE ); ! 37: BOOL WritePrivateProfileInt( LPCTSTR, LPCTSTR, INT, LPCTSTR ); ! 38: BOOL UpdateMenuSettings( HWND ); ! 39: BOOL OutOfMemoryMessageBox( HWND ); ! 40: BOOL MaxDebuggeesMessageBox( HWND ); ! 41: BOOL ErrorMessageBox( LPCTSTR, LPCTSTR, LPCTSTR, INT ); ! 42: WNDPROC SubclassWindow( HWND, WNDPROC ); ! 43: BOOL SendWmSizeMessage( HWND ); ! 44: UINT GetPathFromFullPathName( LPCTSTR, LPTSTR, UINT ); ! 45: BOOL CopyListBoxToClipboard( HWND, LONG ); ! 46: LONG ListBoxInsert( HWND, LPLONG, LPCTSTR ); ! 47: LONG ListBoxPrintF( HWND, LPCTSTR, ... ); ! 48: LPTSTR StringPrintF( LPTSTR, LPCTSTR, ... ); ! 49: BOOL StringAppendF( LPTSTR, LPCTSTR, ... ); 1.1 root 50: 1.1.1.2 root 51: #endif // DEBMISC_H
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.