summaryrefslogtreecommitdiffstats
path: root/public/sdk/inc/ole2dbg.h
blob: c5d20016cc2ed3dddb2d93339db59d7a96fa41c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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