example1.acf

来自「RPC,本程序是RPC的一个范例demo」· ACF 代码 · 共 9 行

ACF
9
字号
// File Example1.acf
[
   // This interface will use an implicit binding handle named hExample1Binding.
   implicit_handle(handle_t hExample1Binding)
]
interface Example1 // The interface is named Example1
{
}

⌨️ 快捷键说明

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