windows-nt/Source/XPSP1/NT/com/ole32/olethunk/thc/thpp/ole2dbg.h

20 lines
534 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
ole2dbg.h: This header file contains the function declarations for the publicly
exported debugging interfaces.
Include *after* standard OLE2 includes.
Copyright (c) 1992-1993, 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