?? 10009ee1.rss
字號:
// 10009EE1.RSS
// Registry file for the Example Interface Implementation Collection
#include "RegistryInfo.rh"
// Declares info for two implementations
RESOURCE REGISTRY_INFO theInfo
{
// UID for the DLL
dll_uid = 0x10009EE1;
// Declare array of interface info
interfaces =
{
INTERFACE_INFO
{
// UID of interface that is implemented
interface_uid = 0x10008EE0;
implementations =
{
// Info for CHardwareCryptography
IMPLEMENTATION_INFO
{
implementation_uid = 0x10008EE4;
version_no = 1;
display_name = "Hardware Cryptography";
default_data = "HW";
opaque_data = "";
},
// Info for CSoftwareCrypto
IMPLEMENTATION_INFO
{
implementation_uid = 0x10008EE5;
version_no = 1;
display_name = "Software Cryptography";
default_data = "SW";
opaque_data = "";
}
};
}
};
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -