DigiGuide External Structures

Copyright ©1999, 2000 GipsyMedia Limited. All rights reserved.
Please read our open source licence agreement.


Only ANSI is currently supported, UNICODE support will be added in the future.


DGE_CHANNEL

The DGE_CHANNEL structure represents a channel.

  typedef struct tagDGE_CHANNEL
  {
    UINT uStructSize;
    LPCSTR pcszName;
    LPCSTR pcszAssignment;
  } DGE_CHANNEL, FAR * LPDGE_CHANNEL;

Members

uiStructSize
Specifies the size of the structure in bytes.
pcszName
Specifies the name of the channel.
pcszAssignment
Specifies the assignment for the channel.