Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

Verzia 1 Ďalej »


Declaration
  void (_stdcall *InsertElPrio)(LinListH List, void *DataPtr, unsigned int HighPriority);

Parameters
List Handle to a linear list.
DataPtr Address of inserted data that are allocated by call-back function GetMem.
HighPriority Binary value of priority.

Description

The function inserts an item to the linear list into a position, which depends on HighPriority.


  • Žiadne štítky