TOCregistration

Contains information for a table of contents entry.

Syntax

    #include <httpexp.h> 
     
    struct TOCregistration
    {
       UINT32   TOCHeadingNumber;
       char     reserved[4];
       char     TOCHeadingName[64];
    };
    

Fields

TOCHeadingNumber
Set this field to a value between 0 and 6 to add your entry to that heading.

0

Diagnose Server

1

Manage Server

2

Manage Applications

3

Manage Hardware

4

Manage eDirectory

5

Use Group Operations

6

Storage Services

reserved
Must be set to zero.
TOCHeadingName
Contains the heading string that appears in the TOC.

Remarks

The RegisterServiceMethodEx function uses this structure to add a new item to the NetWare Remote Manager TOC.