开发者

COM Local Server

Similar to LocalServer32, which is used to specify the path to a 32Bit Local COM server, is there any registry entry for specifying the path to a 64Bit Local COM Server?

If there is none, can we use LocalServer32 for 64Bit servers also?

Note: In my knowledge there are only 2 registry entries - LocalServer and LocalServer32. According to MSDN the former is used for registering 16bit se开发者_开发知识库rver and the latter to register a 32bit server.

Thanks and Regards,

Gamer


The registry on 64bit has registry redirection and/or reflection so there can be two LocalServer32 entries (A 32bit process would see the entry under Wow6432Node, and a 64 bit process would see the "true" entry) If the applications that registers your COM server is 32bit, you need to turn off the registry redirection when writing the 64bit entry

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜