uinterface.pas
来自「一个很简洁的COM接口源码」· PAS 代码 · 共 16 行
PAS
16 行
unit uInterface;
interface
type
IInfo = interface
['{9A3E40B0-1193-491C-A3BB-5875B35534BD}']
procedure ShowInfo; stdcall;
procedure SetInfo(p: PChar); stdcall;
procedure FreeObj; stdcall;
end;
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?