Contents

CFHostCancelInfoResolution(_:_:)

Cancels the resolution of a host.

Declaration

func CFHostCancelInfoResolution(_ theHost: CFHost, _ info: CFHostInfoType)

Parameters

  • theHost:

    The host for which a resolution is to be cancelled. This value must not be NULL.

  • info:

    A value of type CFHostInfoType specifying the type of resolution that is to be cancelled. See Cfhostinfotype for possible values.

Discussion

This function cancels the asynchronous or synchronous resolution specified by info for the host specified by theHost.

Special Considerations

This function is thread safe.

See Also

Hosts