windows-nt/Source/XPSP1/NT/sdktools/debuggers/imagehlp/vc/diacreate_int.h

20 lines
618 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// diacreate_int.h - creation helper functions for DIA initialization - Microsoft internal version
//-----------------------------------------------------------------
// Microsoft Confidential
// Copyright 2000 Microsoft Corporation. All Rights Reserved.
//
//---------------------------------------------------------------
#ifndef _DIACREATE_INT_H_
#define _DIACREATE_INT_H_
//
// Create a dia data source object from a static dia library
//
HRESULT STDMETHODCALLTYPE DiaCoCreate(
REFCLSID rclsid,
REFIID riid,
void **ppv);
#endif