📄 chatroom.odl
字号:
// ChatRoom.odl : type library source for ChatRoom.exe
// This file will be processed by the MIDL compiler to produce the
// type library (ChatRoom.tlb).
[ uuid(7BFD50A5-550A-48C5-86BB-0A8A2A8C4B7D), version(1.0) ]
library ChatRoom
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CChatRoomDoc
[ uuid(6578D590-F939-46EA-94FE-A49678C6886D) ]
dispinterface IChatRoom
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CChatRoomDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CChatRoomDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CChatRoomDoc
[ uuid(35CD00D1-FE33-446A-9A24-2D2CB7A22705) ]
coclass ChatRoom
{
[default] dispinterface IChatRoom;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -