다음을 통해 공유


IBinding::GetPriority (Windows CE 5.0)

Send Feedback

This method retrieves the priority of the bind operation.

HRESULTGetPriority(LONG* pnPriority);

Parameters

  • pnPriority
    [out] 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 Values

Returns S_OK if successful or an error value otherwise.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.