windows-nt/Source/XPSP1/NT/com/ole32/dcomss/olescm/dscmif.hxx

26 lines
638 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// dscmif.hxx
//
// Prototypes for activation properties helper functions.
//
//--------------------------------------------------------------------------
#ifndef __DSCMIF_HXX__
#define __DSCMIF_HXX__
HRESULT ActivateFromPropertiesPreamble(
ActivationPropertiesIn *pActPropsIn,
IActivationPropertiesOut **ppActOut,
PACTIVATION_PARAMS pActParams );
HRESULT ActivateFromProperties(
IActivationPropertiesIn *pActIn,
IActivationPropertiesOut **ppActOut );
#endif