GetErrorInfo function

Retrieves error information from the previous function call.

Note

This API is for internal use only. It's not intended for use from developer code.

Syntax

IErrorInfo* GetErrorInfo();

Return value

An pointer to an IErrorInfo object if the function call succeeds, or null if it fails.

Remarks

This function wraps a call to the IComThreadingInfo::GetErrorInfo method.

Requirements

Platforms: See System Requirements.

Header: WMINet_Utils.def

.NET Framework Versions: Available since 4.7.2

See also