44 lines
907 B
C
44 lines
907 B
C
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
StolenIds.h
|
|
|
|
Abstract:
|
|
|
|
|
|
Author:
|
|
|
|
Hakki T. Bostanci (hakkib) 06-Apr-2000
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _STOLENIDS_H_
|
|
#define _STOLENIDS_H_
|
|
|
|
//////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// stolen ID's
|
|
//
|
|
|
|
#define IDD_CHOOSEWIADEVICE 3000
|
|
#define IDS_CAMERADLG_TITLE 4209
|
|
#define IDS_DIALOG_TITLE 4012
|
|
#define IDD_CAPTURE_DIALOG 5000
|
|
#define MessageTitle 1
|
|
#define DeviceFriendlyName 102
|
|
#define IDS_OEMTITLE 309
|
|
#define IDC_NDW_PICKDEV_HAVEDISK 1567
|
|
#define IDD_NEXT 0x3024
|
|
#define IDD_FINISH 0x3025
|
|
#define IDS_VIDDLG_BUSY_TITLE 5407
|
|
//bugbug: remove this when defined in wia.h
|
|
#define StiDeviceTypeStreamingVideo 3
|
|
|
|
|
|
#endif //_STOLENIDS_H_
|