COM组件_4

COM组件_4

bingliaolong Windows 1个月前 (03-07) 11 0

ATL线程模型和套间 概述 在 COM 开发中,线程模式(Threading Model) 和 套间(Apartment) 是确保组件在多线程环境下安全运行的核心机制 ATL(Active Template Libr...

Soui三

Soui三

bingliaolong Soui 2年前 (2022-05-19) 9 0

资源管理 在SOUI系统中,资源文件通过一个统一的接口对象读取 namespace SOUI { enum BUILTIN_RESTYPE { RES_PE=0, RES_FILE, }; /** * @struct...

Soui四

Soui四

bingliaolong Soui 2年前 (2022-05-23) 9 0

有窗口句柄的子窗口 IRealWndHandler struct IRealWndHandler : public IObjRef { /** * SRealWnd::OnRealWndCreate * @brief...

Soui五

Soui五

bingliaolong Soui 2年前 (2022-05-30) 13 0

消息通讯 真窗口 #define WM_MYMSG (WM_USER+1000) LRESULT OnMyMsg(UINT uMsg, WPARAM wp, LPARAM lp, BOOL& bHandled...

扫一扫二维码分享