Showing results for December 2, 2009 - The Old New Thing

Dec 2, 2009
Post comments count0
Post likes count0

A shell extension is a guest in someone else's house; don't go changing the carpet

Raymond Chen
Raymond Chen

A customer was running into this problem with a shell extension: I am writing a shell namespace extension. I need to get data from a COM server, which requires impersonation via with . As I am just writing an extension into , I am not able to call , anymore from my extension. Is there a way I can start by setting in its COM initialization? I w...

Code