Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function retrieves network parameters for the local computer.
DWORDGetNetworkParams(PFIXED_INFOpFixedInfo, PULONGpOutBufLen);
Parameters
- pFixedInfo
[out] Pointer to a FIXED_INFO structure containing the network parameters for the local computer. - pOutBufLen
[in, out] Pointer to the size of the FIXED_INFO structure. If this size is insufficient to hold the information, this function provides the required size, and returns an error code of ERROR_BUFFER_OVERFLOW.
Return Values
Returns NO_ERROR if successful. If the function fails, it returns an error code. For a complete list of error codes, see Error Values or the SDK header file Winerror.h.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Iphlpapi.h.
Link Library: Iphlpapi.lib.
See Also
IP Helper Functions | FIXED_INFO
Send Feedback on this topic to the authors