Share via


IBinding::GetPriority method

Gets the priority of the bind operation.

Syntax

HRESULT GetPriority(
  [out] long *pnPriority
);

Parameters

  • pnPriority [out]
    The address of a long integer value that receives the current priority of the bind operation. This can be one of the values used by GetThreadPriority and SetThreadPriority.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method is not currently implemented by the default asynchronous pluggable protocols that are provided by Windows Internet Explorer.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Product

Internet Explorer 4.0

DLL

Urlmon.dll

See also

IBinding