NAME

GetUniDirectionalAdapterInfo  (IPHLPAPI.@)

SYNOPSIS

 DWORD GetUniDirectionalAdapterInfo
 (
  PIP_UNIDIRECTIONAL_ADAPTER_ADDRESS pIPIfInfo,
  PULONG                             dwOutBufLen
 )

DESCRIPTION

This is a Win98-only function to get information on "unidirectional" adapters. Since this is pretty nonsensical in other contexts, it never returns anything.

PARAMS

pIPIfInfo [In/Out] .
dwOutBufLen [In/Out] .

RETURNS

ERROR_NOT_SUPPORTED

IMPLEMENTATION

Defined in "iphlpapi.h".

Implemented in "dlls/iphlpapi/iphlpapi_main.c". source.winehq.org/source/dlls/iphlpapi/iphlpapi_main.c

Debug channel "iphlpapi".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.