Previous Topic: LPCTSTR GetDescription(void)

Next Topic: HINT32 Execute(void)


HINT32 GetPriority(void)

Retrieves the current value of the Priority attribute.

Owning Class

CaCreatePackage

Arguments

None

Return Value

HINT32- current Priority value

Example

CaCreatePackage& rCreatePackage = rContext.GetCreatePackage();HINT32 iPriority = rCreatePackage.GetPriority();