Source code of Windows XP (NT5)
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.

26 lines
674 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1998
  4. *
  5. * TITLE: RUNWIZ.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: ShaunIv
  10. *
  11. * DATE: 6/14/2000
  12. *
  13. * DESCRIPTION: Present the device selection dialog and allow the user to select
  14. * a device, then cocreate the server and generate the connection
  15. * event.
  16. *
  17. *******************************************************************************/
  18. #include <windows.h>
  19. namespace RunWiaWizard
  20. {
  21. HRESULT RunWizard( LPCTSTR pszDeviceId=NULL, HWND hWndParent=NULL, LPCTSTR pszUniqueIdentifier=NULL );
  22. }