Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
848 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 2000
  4. *
  5. * TITLE: RUNNPWIZ.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: ShaunIv
  10. *
  11. * DATE: 6/15/2000
  12. *
  13. * DESCRIPTION:
  14. *
  15. *******************************************************************************/
  16. #ifndef __RUNNPWIZ_H_INCLUDED
  17. #define __RUNNPWIZ_H_INCLUDED
  18. #include <windows.h>
  19. #include <simstr.h>
  20. #include <simarray.h>
  21. namespace NetPublishingWizard
  22. {
  23. HRESULT GetClassIdOfPublishingWizard( CLSID &clsidWizard );
  24. HRESULT RunNetPublishingWizard( const CSimpleDynamicArray<CSimpleString> &strFiles );
  25. HRESULT CreateDataObjectFromFileList( const CSimpleDynamicArray<CSimpleString> &strFiles, IDataObject **ppDataObject );
  26. }
  27. #endif // __RUNNPWIZ_H_INCLUDED