IEntity::NamedEntities Method

Returns an enumeration of INamedEntity, one for each known named entity of this type.

Syntax

HRESULT NamedEntities(      
    REFIID riid,
    void **pNamedEntities
);

Parameters

  • riid
    [in] This value must be either IID_IEnumUnknown or IID_IEnumVARIANT.
  • pNamedEntities
    [out, retval] Returns the address to a pointer of an enumeration of INamedEntity, one for each known named entity of this type.

Return Value

Returns S_OK if successful, or an error value otherwise.