ADJUNCT: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Linked list of adjunct data structures. | Linked list of adjunct data structures. | ||
== Type == | == Type == | ||
PSDJUNCT pNextAdj; | |||
[[USHORT]] | [[USHORT]] AdjLenght; | ||
USHORT AdjType; | |||
== C Declaration Method == | == C Declaration Method == | ||
Line 9: | Line 10: | ||
== Fields == | == Fields == | ||
; | ;pNextAdj: Pointer to the next adjunct list item. | ||
; AdjLenght: Length of adjunct list item. | ;AdjLenght: Length of adjunct list item. | ||
; AdjType: Type of adjunct list item. | ;AdjType: Type of adjunct list item. | ||
[[Category:Data type]] | [[Category:Data type]] |
Revision as of 10:17, 18 August 2017
Linked list of adjunct data structures.
Type
PSDJUNCT pNextAdj; USHORT AdjLenght; USHORT AdjType;
C Declaration Method
typedef struct
Fields
- pNextAdj
- Pointer to the next adjunct list item.
- AdjLenght
- Length of adjunct list item.
- AdjType
- Type of adjunct list item.