📄 central.idl
字号:
#ifndef CENTRAL_IDL#define CENTRAL_IDL// Include interface definition for store and POS objects.#include "POS.idl"#include "Store.idl"module CentralOffice { interface Depot { void FindItemInfo( in AStore::AStoreId StoreId, in POS::Barcode Item, in long Quantity, out AStore::ItemInfo IInfo) raises (AStore::BarcodeNotFound); };};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -