From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- public/sdk/inc/ole2dbg.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/sdk/inc/ole2dbg.h (limited to 'public/sdk/inc/ole2dbg.h') diff --git a/public/sdk/inc/ole2dbg.h b/public/sdk/inc/ole2dbg.h new file mode 100644 index 000000000..c5d20016c --- /dev/null +++ b/public/sdk/inc/ole2dbg.h @@ -0,0 +1,19 @@ +/* + ole2dbg.h: This header file contains the function declarations for the publicly + exported debugging interfaces. + + Include *after* standard OLE2 includes. + + Copyright (c) 1992-1995, Microsoft Corp. All rights reserved. +*/ + +#ifndef __OLE2DBG_H +#define __OLE2DBG_H + +STDAPI_(void) DbgDumpObject( IUnknown FAR * pUnk, DWORD dwReserved); +STDAPI_(void) DbgDumpExternalObject( IUnknown FAR * pUnk, DWORD dwReserved ); + +STDAPI_(BOOL) DbgIsObjectValid( IUnknown FAR * pUnk ); +STDAPI_(void) DbgDumpClassName( IUnknown FAR * pUnk ); + +#endif -- cgit v1.2.3