积极答复者
Shell Extension 中消息 SFVM_BACKGROUNDENUM 怎样才能有效?

问题
答案
-
由于自己理解上的出现偏差,才提出这个问题,后来看到了一段英文说明才恍然大悟
// WARNING! If we return S_OK from DVM_BACKGROUNDENUM, we also
// are promising that we support free threading on our IEnumIDList
// interface! This allows the shell to do enumeration on our
// IEnumIDList on a separate background thread.
本来以为是等待IEnumIDList创建,才发现是等待IEnumIDList接口的返回。理解错了,呵呵。。。- 已标记为答案 Sheng Jiang 蒋晟Moderator 2009年2月3日 5:07
全部回复
-
由于自己理解上的出现偏差,才提出这个问题,后来看到了一段英文说明才恍然大悟
// WARNING! If we return S_OK from DVM_BACKGROUNDENUM, we also
// are promising that we support free threading on our IEnumIDList
// interface! This allows the shell to do enumeration on our
// IEnumIDList on a separate background thread.
本来以为是等待IEnumIDList创建,才发现是等待IEnumIDList接口的返回。理解错了,呵呵。。。- 已标记为答案 Sheng Jiang 蒋晟Moderator 2009年2月3日 5:07