[Toc][Index]

CHAININFO


Information returned to callers of the VMI_CMD_QUERYCHAININFO function. 

typedef struct _CHAININFO {
  CID            cid;             /*  GRADD chain ID. */
  PSZ            pszChainName;    /*  GRADD chain name. */
  PFNHWENTRY     pChainHWEntry;   /*  Entry point for this chain. */
  PGRADDINFO     pGraddList;      /*  List of GRADDs in this chain. */
  CHAININFO      pNextChainInfo;  /*  Pointer to next GRADD in this chain. */
} CHAININFO;

typedef CHAININFO *PCHAININFO;


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs