This document is archived and information here might be outdated. Recommended version. |
Set patch priority (>= 0).
[Visual Basic .NET]
Public Sub SetPatchPriority ( _
ByVal patch As Integer, _
ByVal priority As Integer _
)
[C#]
public void SetPatchPriority (
int patch,
int priority
);
[C++]
HRESULT SetPatchPriority(
long patch,
long priority
);
[C++] Parameters patch [in]
patch is a parameter of type long priority [in]
priority is a parameter of type long