HttpReturnLoginServiceTagString

Returns the Login Service Method Tag.

Syntax

    #include <httpexp.h>
    
    UINT32 HttpReturnLoginServiceTagString (
       HINTERNET   hndl,
       char       *buffer,
       UINT32      size);
    

Parameters

hndl
(IN) Specifies the HTTP stack handle.
buffer
(OUT) Points to where the Login Service Method Tag is placed.
size
(OUT) Specifies, in bytes, the size of the buffer.

Return Values

If successful, returns HTTP_SUCCESSFUL. Otherwise, returns HTTP_BAD_REQUEST, indicating that the buffer is too small for the tag information.