windows-nt/Source/XPSP1/NT/com/ole32/ole232/inc/dbgexts.h
2020-09-26 16:20:57 +08:00

36 lines
1 KiB
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: dbgexts.h
//
// Contents: macro for declaration of debugger extensions for friend
// to each class
//
// Classes:
//
// Functions:
//
// History: dd-mmm-yy Author Comment
// 03-Feb-95 t-ScottH author
//
//--------------------------------------------------------------------------
#ifndef _DBGEXTS_H_
#define _DBGEXTS_H_
#include <ntsdexts.h>
#define DEBUG_EXTENSION_API(s) \
void \
s( \
HANDLE hCurrentProcess, \
HANDLE hCurrentThread, \
DWORD dwCurrentPc, \
PNTSD_EXTENSION_APIS lpExtensionApis, \
LPSTR args \
)
#endif // _DBGEXTS_H_