Поделиться через


CCmdTarget::GetTypeInfoOfGuid

Retrieves the type description that corresponds to the specified GUID.

HRESULT GetTypeInfoOfGuid(
   LCID lcid,
   const GUID& guid,
   LPTYPEINFO* ppTypeInfo 
);

Параметры

  • lcid
    A locale identifier (LCID).

  • guid
    The GUID of the type description.

  • ppTypeInfo
    Pointer to a pointer to the ITypeInfo interface.

Возвращаемое значение

An HRESULT indicating the success or failure of the call. If successful, *ppTypeInfo points to the type information interface.

Требования

Header: afxwin.h

См. также

Основные понятия

CCmdTarget Class

CCmdTarget Members

Hierarchy Chart