diff --git a/sdk-api-src/content/http/nf-http-httpinitialize.md b/sdk-api-src/content/http/nf-http-httpinitialize.md index 75f6e6e08794..a449c4dcd89f 100644 --- a/sdk-api-src/content/http/nf-http-httpinitialize.md +++ b/sdk-api-src/content/http/nf-http-httpinitialize.md @@ -47,18 +47,16 @@ api_name: # HttpInitialize function - ## -description -The -HttpInitialize 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. +The HttpInitialize 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. ## -parameters ### -param Version [in] HTTP version. This parameter is an -HTTPAPI_VERSION 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 +HTTPAPI_VERSION 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 HttpInitialize. ### -param Flags [in] @@ -77,9 +75,10 @@ Initialization options, which can include one or both of the following values.
-A system error code defined in WinError.h. +A system error code defined in WinError.h. |