Update contrib.
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // UsbcvControl.h: interface for the UsbcvControl class.
18 #if !defined(AFX_USBCVCONTROL_H__D42D5ED4_0817_4BEE_879B_636CCFB051E8__INCLUDED_)
19 #define AFX_USBCVCONTROL_H__D42D5ED4_0817_4BEE_879B_636CCFB051E8__INCLUDED_
23 #endif // _MSC_VER > 1000
29 PROCESS_INFORMATION pi;
33 DWORD SelectDevice(USHORT aVendorId, USHORT aProductId1, USHORT aProductId2, int * deviceIndex, int * numDevices, bool * msDevice);
34 DWORD WaitForTestResult(BOOL * passFail);
35 DWORD ContinueOk (char * choiceText, int buttonId);
39 virtual ~UsbcvControl();
41 DWORD TestAllDevices (USHORT aVendorId, USHORT aProductId1, USHORT aProductId2);
45 #endif // !defined(AFX_USBCVCONTROL_H__D42D5ED4_0817_4BEE_879B_636CCFB051E8__INCLUDED_)