📄 bcam_guid.h
字号:
//-----------------------------------------------------------------------------
// Company: Basler Vision Technologies
// Section: Vision Components
// Project: 1394 Driver
// Subproject: Bus Access Driver
// $Header: BCAM_GUID.h, 8, 03.07.2006 16:32:25, Nebelung, H.$
//-----------------------------------------------------------------------------
/**
\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);
// {2E8D2326-4B01-4d7a-A40D-799D7AC49253}
DEFINE_GUID( GUID_FILE_DEVICE_UCCA_1394, 0x2e8d2326, 0x4b01, 0x4d7a, 0xa4, 0xd, 0x79, 0x9d, 0x7a, 0xc4, 0x92, 0x53);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -