⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drvtest.h

📁 Lido PXA270平台开发板的最新BSP,包括源代码
💻 H
字号:
/***************************************************************************
 * Name        : drvtest.h
 * Title       : MBX driver verification header
 * Author(s)   : Imagination Technologies
 * Created	   : 20th Feb 2004
 *
 * Copyright   : 2004 by Imagination Technologies. All rights reserved.
 *             : No part of this software, either material or conceptual 
 *             : may be copied or distributed, transmitted, transcribed,
 *             : stored in a retrieval system or translated into any 
 *             : human or computer language in any form by any means,
 *             : electronic, mechanical, manual or other-wise, or 
 *             : disclosed to third parties without the express written
 *             : permission of Imagination Technologies Limited, Unit 8,
 *             : HomePark Industrial Estate, King's Langley, Hertfordshire,
 *             : WD4 8LZ, U.K.
 *
 * Description : MBX driver verification header
 *
 * Platform    : WinCE/PocketPC
 *
 * Modifications:-
 * $Log: drvtest.h $
 *
 ****************************************************************************/

#ifndef _drv_test_h_
#define _drv_test_h_

#pragma pack(push,1) // no padding in the file

// Test file
#define DRV_VERIFY_FILENAME			L"\\release\\drv_verify.dat"

// File data
typedef struct
{
	IMG_UINT32	ui32StructSize; //sizeof(DRV_VERIFY)
	IMG_UINT32	ui32Width;
	IMG_UINT32	ui32Height;
	IMG_UINT32	ui32BitsPerPixel;
	IMG_UINT32	ui32Rotation; // Logical degrees, max 270, overrides 'Angle' registry setting.
	IMG_BOOL	bForceDynamicRotationOFF;
	IMG_BOOL	bForceDynamicRotationON;

} DRV_VERIFY, *PDRV_VERIFY;

#pragma pack(pop)

#endif//_drv_test_h_

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -