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

📄 bacc_guid.h

📁 BCAM 1394 Driver
💻 H
字号:
//-----------------------------------------------------------------------------
//  Company:  Basler Vision Technologies
//  Section:  Vision Components
//  Project:  1394 Driver
//  $Header: BACC_GUID.h, 5, 16.10.2003 11:15:16, Happe, A.$
//-----------------------------------------------------------------------------
/**
  \file    Bcam_GUID..h
  \brief   Device class GUIDs
 *
 * 
 */
//-----------------------------------------------------------------------------

/**
 * Device class GUIDs. These are used to identify device interfaces. GUID definitions must
 * be outside the section protected from multiple inclusion, for reasons explained in the
 * DDK docs (but not easily understood).
 */

#ifdef INITGUID
#define BCAM_GUID_INITIALIZED
#endif


// {6E0B1690-10F4-11d6-91AD-005004384DF1}
DEFINE_GUID(GUID_BACC_DEVICE, 0x6e0b1690, 0x10f4, 0x11d6, 0x91, 0xad, 0x0, 0x50, 0x4, 0x38, 0x4d, 0xf1);
#define GUID_BACC_DEVICE_STR "6E0B1690-10F4-11d6-91AD-005004384DF1"

⌨️ 快捷键说明

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