Thread: definition of ITypeInfo

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    definition of ITypeInfo

    Hello everyone,


    Could anyone post or let me know where is the definition of ITypeInfo please?

    (my purpose is to find its inheritance relationship, i.e. whether inherits from IUnknown or something)

    I searched all VC sub-directory and only get (in afxstat_.h),

    Code:
    struct ITypeInfo;
    typedef ITypeInfo* LPTYPEINFO;

    thanks in advance,
    George

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    COM questions belong in the Windows forum.

    IDispatch is defined in OAIdl.h from the platform SDK.

    All COM interfaces derived directly or indirectly from IUnknown.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    May 2006
    Posts
    1,579
    Thanks CornedBee,


    I have found it. In "OAIdl.h", OA is short for?

    Quote Originally Posted by CornedBee View Post
    COM questions belong in the Windows forum.

    IDispatch is defined in OAIdl.h from the platform SDK.

    All COM interfaces derived directly or indirectly from IUnknown.

    regards,
    George

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  3. DLL compiling question
    By Noose in forum Windows Programming
    Replies: 2
    Last Post: 12-16-2004, 07:16 AM
  4. Warnings, warnings, warnings?
    By spentdome in forum C Programming
    Replies: 25
    Last Post: 05-27-2002, 06:49 PM
  5. gcc problem
    By bjdea1 in forum Linux Programming
    Replies: 13
    Last Post: 04-29-2002, 06:51 PM