AddCoclassFromFile
将包含 coclass 的模板文件呈现并插入到项目的 .idl 文件中。
function AddCoclassFromFile(
oCM,
strCoclassFile
);
参数
oCM
Visual C++ 代码模型 对象。strCoclassFile
模板文件的名称(不包括路径)。
备注
调用该函数将包含 coclass 的模板文件呈现并插入到项目的 .idl 文件中。
示例
// Render myproj.idl and insert into the project's .idl.
AddCoclassFromFile(oCM, "myproj.idl");