Platform SDK: Broadcast Architecture

CNetwork

Each CNetwork object corresponds to a single record of the Network table in the Guide database. These objects are created and initialized by CNetworkRecordset objects.

The CNetwork class provides the following methods, which your application can use to set and retrieve the values of fields for a CNetwork object.

Method Description
SetName Sets the value of the N Name field.
SetLogoMoniker     Sets the value of the N LogoMoniker field.
NetworkID Retrieves the value of the N Network ID field. This field is automatically generated and cannot be set.
Name Retrieves the value of the N Name field.
LogoMoniker Retrieves the value of the N LogoMoniker field.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in network.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.

See Also

CNetworkRecordset, Network table