RTR_TOC_ENTRY

[This is preliminary documentation and subject to change.]

The RTR_TOC_ENTRY structure describes an entry in the table of contents (TOC) of an RTR_INFO_BLOCK_HEADER.

typedef struct _RTR_TOC_ENTRY {
    ULONG    InfoType;
    ULONG    InfoSize;
    ULONG    Count;
    ULONG    Offset;
} RTR_TOC_ENTRY, *PRTR_TOC_ENTRY;
 

Members

InfoType
Contains the information structure type.
InfoSize
Contains the size of the information structure.
Count
Contains the number of information structures of this type
Offset
Contains the offset of the first structure, from the start of the RTR_INFO_BLOCK_HEADER.

See Also

RTR_INFO_BLOCK_HEADER