HttpStackIpInformation

Provides a means of determining the IP addresses that the NetWare HTTP Stack is listening on.

Syntax

    #include <httpexp.h>
    
    BOOL HttpStackIpInformation (
      UINT32      infoLevel,
      void       *infoBuffer,
      UINT32_PTR  numberOfIpAddresses,
      void      **addrInfo,
      UINT32_PTR  listenPortNumber);
    

Parameters

infoLevel
(IN) Reserved for future use. Value must be set to zero.
infoBuffer
(IN) Reserved for future use. Address must be set to NULL.
numberOfIpAddresses
(OUT) Address where to place the UINT32 number of IP addresses the HTTP Stack is listening on.
addrInfo
(OUT) Address where to place the address of the UINT32 table containing the IP addresses.
listenPortNumber
(OUT) Address where to place the UINT32 Listen Port number.

Return Values

Constant

Description

TRUE

Success.

FALSE

Failure; most likely cause is bad parameters.