windows-nt/Source/XPSP1/NT/printscan/ui/uicommon/runwiz.h

27 lines
674 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORPORATION, 1998
*
* TITLE: RUNWIZ.H
*
* VERSION: 1.0
*
* AUTHOR: ShaunIv
*
* DATE: 6/14/2000
*
* DESCRIPTION: Present the device selection dialog and allow the user to select
* a device, then cocreate the server and generate the connection
* event.
*
*******************************************************************************/
#include <windows.h>
namespace RunWiaWizard
{
HRESULT RunWizard( LPCTSTR pszDeviceId=NULL, HWND hWndParent=NULL, LPCTSTR pszUniqueIdentifier=NULL );
}