Group: IP Helper - Library: iphlpapi
DWORD GetNetworkParams(
PFIXED_INFO pFixedInfo,
PULONG pOutBufLen
);
DECLARE INTEGER GetNetworkParams IN iphlpapi;
STRING @ pFixedInfo,;
LONG @ pOutBufLen
pFixedInfo [out] Pointer to a FIXED_INFO structure that receives the network parameters for the local computer.
pOutBufLen [in] Pointer to a ULONG variable that specifies the size of the FIXED_INFO structure.
If the function succeeds, the return value is ERROR_SUCCESS. If the function fails, the return value is one of predefined error codes.