IEPGItem::NumIcons

[This is preliminary documentation and subject to change.]

The NumIcons method counts the icons associated with the item.

HRESULT NumIcons (
  long* pNumIcon  
);
 

Parameters

pNumIcon
Pointer to a long that receives the total number of icons.

Return Values

Returns an HRESULT indicating success or failure. If the method succeeds it returns S_OK. Otherwise it returns an error code. For specific error code values see Winerror.h.

Remarks

Icons of the type counted by NumIcons represent additional information about the broadcast, such as its rating and pay-per-view status and whether it has closed captioning.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Import Library: User-defined.
  Unicode: Yes.

See Also

IEPGItem::GetIcon