
COM组件_4
ATL线程模型和套间 概述 在 COM 开发中,线程模式(Threading Model) 和 套间(Apartment) 是确保组件在多线程环境下安全运行的核心机制 ATL(Active Template Libr...
ATL线程模型和套间 概述 在 COM 开发中,线程模式(Threading Model) 和 套间(Apartment) 是确保组件在多线程环境下安全运行的核心机制 ATL(Active Template Libr...
弹出选择文件路径的资源管理器窗口 CString ShowDlg_GetPath() { CString strFolderPath = TEXT(""); BROWSEINFO ofn; TCH...
自定义消息 //定义消息的值 #define WM_MYMESSAGE (WM_USER + 100) //声明消息处理函数 afx_msg LRESULT OnMyMessage(WPARAM wParam,LPA...
读取 之前用mfc做文件夹管理工具,是以行为单位将数据存放在本地txt中。 string readTxt(string file, int index) { ifstream infile; infile.open(...
string→LPCSTR LPCWSTR stringToLPCWSTR(std::string orig) { size_t origsize = orig.length() + 1; const si...
tttime.h ```C++ __pragma("once") #include <Windows.h> #ifndef _XSLEEP_H_ #define _XSLEEP_H_ ...