Retrieves the current priority of this bind operation.
HRESULT GetPriority(
LONG *pnPriority //Pointer to the priority value
);
Priority values are taken from the Win32 thread priority APIs (SetThreadPriority and GetThreadPriority).
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.