[This is preliminary documentation and subject to change.]
The MprAdminTransportSetInfo function sets global information, or default client interface information, or both, for a specified transport.
DWORD APIENTRY
MprAdminTransportSetInfo(
MPR_SERVER_HANDLE hMprServer, // handle to router
DWORD dwTransportId, // identifies the transport
LPBYTE pGlobalInfo, // global information for transport
DWORD dwGlobalInfoSize, // size of global information
LPBYTE pClientInterfaceInfo, // information for client interfaces
DWORD dwClientInterfaceInfoSize // size of information for client
// interfaces
)
This parameter is optional. If the caller specifies NULL for this parameter, the function will not set the global information.
This parameter is optional. If the caller specifies NULL for this parameter, the function will not set the default client interface information.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in mprapi.h.
Import Library: Link with mprapi.lib.
MprAdminServerConnect, MprAdminTransportGetInfo