Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "HttpSetServiceConfiguration" in [All]

httpapi

.
Summary
The HttpSetServiceConfiguration function creates and sets a configuration record for the HTTP API configuration store. The call fails if the specified record already exists. To change a given configuration record, delete it and then recreate it with a different value.
.

static extern uint HttpSetServiceConfiguration(

.

Declare Function HttpSetServiceConfiguration Lib "httpapi.dll" (ByVal mustbezero As IntPtr, ByVal configID As Integer, ByVal configInfo As HTTP_SERVICE_CONFIG_URLACL_SET, ByVal configInfoLength As Integer, ByVal mustBeZero2 As IntPtr) As Integer

.

     retVal = HttpApi.HttpSetServiceConfiguration(IntPtr.Zero,

.

         retVal = HttpApi.HttpSetServiceConfiguration(IntPtr.Zero,

.

    static extern uint HttpSetServiceConfiguration(

.

        retVal = HttpSetServiceConfiguration(IntPtr.Zero,

.

            retVal = HttpSetServiceConfiguration(IntPtr.Zero,

.
Documentation
[HttpSetServiceConfiguration] on MSDN

Structures

.
Summary
.
Summary
.
Summary
The HTTP_SERVICE_CONFIG_SSL_SET structure is used to add a new record to the SSL store or retrieve an existing record from it. An instance of the structure is used to pass data in to the HttpSetServiceConfiguration function through the pConfigInformation parameter or to retrieve data from the HttpQueryServiceConfiguration function through the pOutputConfigInformation parameter when the ConfigId parameter of either function is equal to HttpServiceConfigSSLCertInfo.
.
Summary

Constants

.
Summary

 
Access PInvoke.net directly from VS: