📄 bcam_guid.h
字号:
//-----------------------------------------------------------------------------
// Company: Basler Vision Technologies
// Section: Vision Components
// Project: 1394 Driver
// Subproject: Bus Access Driver
// $Header: BCAM_GUID.h, 7, 21.06.2004 18:17:28, Moebius, V.$
//-----------------------------------------------------------------------------
/**
\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
// {D535C794-A527-4b72-923A-63029FA5D83B}
DEFINE_GUID( GUID_FILE_DEVICE_BCAM_1394, 0xd535c794, 0xa527, 0x4b72, 0x92, 0x3a, 0x63, 0x2, 0x9f, 0xa5, 0xd8, 0x3b);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -