摘要:
// 检测文件关联情况 // strExt: 要检测的扩展名(例如: ".txt") // strAppKey: ExeName扩展名在注册表中的键值(例如: "txtfile") // 返回TRUE: 表示已关联,FALSE: 表示未关联 BOOL CheckFileRelation(const char *strExt, const char *strAppKey) { in... 阅读全文
posted @ 2017-10-14 20:11
wwsea
阅读(2014)
评论(0)
推荐(0)
浙公网安备 33010602011771号