You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not a bit fun of coding info in function names but for C it is usual to place structure name in the front and then method. The same naming could be used for other functions related to the structure. The struct here is Queue and method GetContext. So the family of functions for queue could have naming similar to this: DPPLQueue_GetContext(...).