This document is archived and information here might be outdated. Recommended version. |
Get patch priority.
[Visual Basic .NET]
Public Function get_PatchPriority ( _
ByVal patch As Integer _
) As Integer
[C#]
public int get_PatchPriority (
int patch
);
[C++]
HRESULT get_PatchPriority(
long patch,
System.Int32* pPriority
);
[C++] Parameters patch [in]
patch is a parameter of type long pPriority [out, retval]
pPriority is a parameter of type long*
Returns the priority of the Patch located at the specified index.