RTR_INFO_BLOCK_HEADER

[This is preliminary documentation and subject to change.]

The RTR_INFO_BLOCK_HEADER structure describes a router information block.

typedef struct _RTR_INFO_BLOCK_HEADER {
    ULONG           Version;
    ULONG           Size;
    ULONG           TocEntriesCount;
    RTR_TOC_ENTRY   TocEntry[1];
} RTR_INFO_BLOCK_HEADER, *PRTR_INFO_BLOCK_HEADER;
 

Members

Version
Contains the version of the structure. The only value currently supported is RTR_INFO_BLOCK_VERSION, as declared in Rtinfo.h.
Size
Size of the entire information block including the Version member.
TocEntriesCount
The number of entries.
TocEntry
Table of contents followed by the actual information blocks.

See Also

RTR_TOC_ENTRY