CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Registry

  1. #1
    Join Date
    Apr 1999
    Posts
    6

    Registry

    Hi,

    How to get all the interfaces supported by a COM Class. The only input being CLSID. Need to get the interfaces from the registry. Without using TypeLibrary.

    thanks & regards
    Deepak


  2. #2
    Guest

    Re: Registry

    Hello,

    The CLSID will not give you the information you need to get the associated interfaces. The interface names are under the proxy stub id and there is no reference to them in the CLSID id. Maybe there is another solution to your problem. Would love to help if you could provide me with a little more detail.

    email me at [email protected]. I 'm not having much success with the Discussionb board registration.

    later,
    Jesus


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured