You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-api-src/content/http/nf-http-httpinitialize.md
+13-17Lines changed: 13 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -47,18 +47,16 @@ api_name:
47
47
48
48
# HttpInitialize function
49
49
50
-
51
50
## -description
52
51
53
-
The
54
-
<b>HttpInitialize</b> function initializes the HTTP Server API driver, starts it, if it has not already been started, and allocates data structures for the calling application to support response-queue creation and other operations. Call this function before calling any other functions in the HTTP Server API.
52
+
The <b>HttpInitialize</b> function initializes the HTTP Server API driver, starts it, if it has not already been started, and allocates data structures for the calling application to support response-queue creation and other operations. Call this function before calling any other functions in the HTTP Server API.
55
53
56
54
## -parameters
57
55
58
56
### -param Version [in]
59
57
60
58
HTTP version. This parameter is an
61
-
<ahref="/windows/desktop/api/http/ns-http-httpapi_version">HTTPAPI_VERSION</a> structure. For the current version, declare an instance of the structure and set it to the pre-defined value HTTPAPI_VERSION_1 before passing it to
59
+
<ahref="/windows/win32/api/http/ns-http-httpapi_version">HTTPAPI_VERSION</a> structure. For the current version, declare an instance of the structure and set it to the pre-defined value **HTTPAPI_VERSION_1** before passing it to
62
60
<b>HttpInitialize</b>.
63
61
64
62
### -param Flags [in]
@@ -77,9 +75,10 @@ Initialization options, which can include one or both of the following values.
77
75
</td>
78
76
<tdwidth="60%">
79
77
Perform initialization for applications that use the HTTP configuration functions,
0 commit comments