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. Perform initialization for applications that use the HTTP configuration functions, -HttpSetServiceConfiguration, -HttpQueryServiceConfiguration and -HttpDeleteServiceConfiguration. +HttpSetServiceConfiguration, +HttpQueryServiceConfiguration, +HttpDeleteServiceConfiguration, and +HttpIsFeatureSupported. @@ -97,13 +96,13 @@ Perform initialization for applications that use the HTTP Server API. ### -param pReserved [in, out] -This parameter is reserved and must be NULL. +This parameter is reserved, and must be NULL. ## -returns -If the function succeeds, the return value is NO_ERROR. +If the function succeeds, then the return value is **NO_ERROR**. -If the function fails, the return value is one of the following error codes. +If the function fails, then the return value is one of the following error codes. @@ -128,7 +127,7 @@ The Flags parameter contains an unsupported value. @@ -137,7 +136,7 @@ A system error code defi ## -remarks Call -HttpTerminate when the application completes. All the same flags that were passed to +HttpTerminate when the application completes. All the same flags that were passed to HttpInitialize in the Flags parameter must also be passed to HttpTerminate. An application can call HttpInitialize repeatedly, provided that each call to @@ -146,8 +145,5 @@ Call ## -see-also -HTTP Server API Version 1.0 Functions - - - -HttpTerminate \ No newline at end of file +* HTTP Server API Version 1.0 Functions +* HttpTerminate
-A system error code defined in WinError.h. +A system error code defined in WinError.h.