CNetwork

[This is preliminary documentation and subject to change.]

Each CNetwork object corresponds to a single record of the Network table in the Guide database. You can use the methods of CNetwork to retrieve and set field values. These objects are created and initialized by CNetworkRecordset objects.

The CNetwork class provides the following methods:

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.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in network.h.
  Import Library: Use dbsets.lib or dbsetsSt.lib.
  Unicode: Yes.