HttpCheckIfModifiedSinceTime

Compares the request message “If Modified Since” time against caller supplied time, and determines if they are equal.

Syntax

    #include <httpexp.h>
    
    int HttpCheckIfModifiedSinceTime (
      HINTERNET   hndl,
      int         InternetTime);
    

Parameters

hndl
(IN) Specifies the HTTP stack handle.
InternetTime
(IN) Specifies the Internet Time to check against the “If Modified Time” in the HTTP request.

Return Values

Decimal

Description

0

The times are the same and no update is necessary.

1

The times are different and the object should be sent