Edit

WINHTTP_CONNECTION_IFINDEX_ENTRY structure

Maps a named network connection to its active network interface index.

Syntax

typedef struct _WINHTTP_CONNECTION_IFINDEX_ENTRY {
    PCWSTR pwszConnectionName;
    DWORD  dwIfIndex;
} WINHTTP_CONNECTION_IFINDEX_ENTRY;

Members

pwszConnectionName

A null-terminated Unicode string containing the network connection name (for example, "Cellular" or "Wi-Fi").

dwIfIndex

The active network interface index (IF_INDEX) associated with this connection.

Remarks

Note

This type is not currently included in an SDK header file. You must declare it yourself in your code.

Requirements

Requirement Value
Header N/A

See also