serviceGetConnectionNumber

Returns a NetWare connection number and task number from the HINTERNT handle.

Syntax

    #include <httpexp.h>
    
    int serviceGetConnectionNumber (
      HINTERNET    hndl,
      UINT32_PTR   lpNetWareConnectionNumber,
      UINT32_PTR   lpNetWareTaskNumber);
    

Parameters

hndl
(IN) Specifies the HTTP stack handle.
lpNetWareConnectionNumber
(OUT) Points to where the NetWare connection number is placed.
lpNetWareTaskNumber
(OUT) Points to where the NetWare connection task number is placed.

Return Values

If successful, returns 0. Otherwise, returns a nonzero error code.

Decimal

Name

Description

255

ERR_BAD_PARAMETER

Invalid handle.