10 lines
212 B
C
10 lines
212 B
C
#ifndef __WIASCAND_H_INCLUDED
|
|
#define __WIASCAND_H_INCLUDED
|
|
|
|
#include <windows.h>
|
|
#include "wiadevd.h"
|
|
|
|
HRESULT WINAPI ScannerDeviceDialog( PDEVICEDIALOGDATA pDialogDeviceData );
|
|
|
|
#endif // __WIASCAND_H_INCLUDED
|