Previous Topic: void SetDescription(LPCTSTR szDescription)

Next Topic: LPCTSTR GetDefaultName (void)


void SetPriority(HINT32 iPriority)

Sets the Package priority attribute.

Note: Priorities are integers but the meaning of each value is user defined.

Owning Class

CaCreatePackage

Arguments

HINT32 iPriority-priorities value

Return Value

None

Example

CaCreatePackage& rCreatePackage = rContext.GetCreatePackage();rCreatePackage. SetPriority (1);

More information: