/******************************************************************************* * * (C) COPYRIGHT MICROSOFT CORPORATION, 2000 * * TITLE: RUNNPWIZ.H * * VERSION: 1.0 * * AUTHOR: ShaunIv * * DATE: 6/15/2000 * * DESCRIPTION: * *******************************************************************************/ #ifndef __RUNNPWIZ_H_INCLUDED #define __RUNNPWIZ_H_INCLUDED #include #include #include namespace NetPublishingWizard { HRESULT GetClassIdOfPublishingWizard( CLSID &clsidWizard ); HRESULT RunNetPublishingWizard( const CSimpleDynamicArray &strFiles ); HRESULT CreateDataObjectFromFileList( const CSimpleDynamicArray &strFiles, IDataObject **ppDataObject ); } #endif // __RUNNPWIZ_H_INCLUDED