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.
19 lines
468 B
19 lines
468 B
/*++ BUILD Version: 0001
|
|
*
|
|
* MVDM v1.0
|
|
*
|
|
* Copyright (c) 1991,1992 Microsoft Corporation
|
|
*
|
|
* DBGEXP.H
|
|
* DBG exports
|
|
*
|
|
* History:
|
|
* 13-Jan-1992 Bob Day (bobday)
|
|
* Created.
|
|
--*/
|
|
|
|
extern BOOL DBGInit( VOID );
|
|
extern VOID DBGDispatch( VOID );
|
|
extern VOID DBGNotifyNewTask( LPVOID pNTFrame, UINT uFrameSize );
|
|
extern VOID DBGNotifyRemoteThreadAddress( LPVOID lpAddress, DWORD lpBlock );
|
|
extern VOID DBGNotifyDebugged( BOOL fDebugged );
|