【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。

2.1.21.15 okutil_http_status


Contents

Description

The okutil_http_status returns the HTTP status code from the server's response header. This function should only be called when the okutil_http function returns success.

Syntax

DWORD okutil_http_status( )

Parameters

Return

the HTTP status code from the server's response header

Examples

Remark

See Also

Header to Included

origin.h

Reference