webcam.def

来自「在WINCE下使用USB摄像头的万能驱动源码」· DEF 代码 · 共 46 行

DEF
46
字号
;-------------------------------------------------------------------------
; <copyright file="WebCam.def" company="Microsoft">
;    Copyright (c) Microsoft Corporation.  All rights reserved.
;
;    The use and distribution terms for this software are covered by the
;    Microsoft Limited Permissive License (Ms-LPL) 
;    http://www.microsoft.com/resources/sharedsource/licensingbasics/limitedpermissivelicense.mspx 
;    which can be found in the file MS-LPL.txt at the root of this distribution.
;    By using this software in any fashion, you are agreeing to be bound by
;    the terms of this license.
;
;    You must not remove this notice, or any other, from this software.
; </copyright>
; 
; <summary>
;    Export Defines for WebCam.dll
; </summary>
;-------------------------------------------------------------------------
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to use
; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
; install media.
;
LIBRARY         WEBCAM
EXPORTS
                USBInstallDriver
                USBDeviceAttach
                USBUnInstallDriver
                CAM_Init
                CAM_Deinit
                CAM_Open
                CAM_Close
                CAM_Read
                CAM_Write
                CAM_Seek
                CAM_IOControl
                CAM_PowerUp
                CAM_PowerDown


⌨️ 快捷键说明

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