[This is preliminary documentation and subject to change.]
The MprConfigInterfaceTransportSetInfo function updates the configuration information for the specified transport and interface.
DWORD MprConfigInterfaceTransportSetInfo(
HANDLE hMprConfig, // handle to the router configuration
HANDLE hRouterInterface, // handle to the interface configuration
HANDLE hRouterIfTransport, // handle to the transport configuration
LPBYTE pInterfaceInfo, // interface transport information
DWORD dwInterfaceInfoSize // size of interface transport information
);
This parameter is optional. If the caller specifies NULL for this parameter, the function will not update the interface transport information.
This parameter is optional; the caller may specify zero for this parameter. However, if pInterfaceInfo is not NULL, this parameter cannot be zero (see Remarks section).
hMprConfig is NULL.
hRouterInterface is NULL.
hRouterIfTransport is NULL.
If the pInterfaceInfo parameter is NULL, MprConfigInterfaceTransportSetInfo does nothing, and returns immediately with a value of NO_ERROR.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in mprapi.h.
Import Library: Link with mprapi.lib.
FormatMessage, MprConfigInterfaceCreate, MprConfigInterfaceEnum, MprConfigInterfaceGetHandle, MprConfigServerConnect, MprConfigInterfaceTransportEnum, MprConfigInterfaceTransportGetHandle