MkBufferListC - define the class … More...
Functions | |
new static MkBufferListC | csmkkernel.MkBufferListC.HandleResolve (Int32 netHdl) |
C#: → C-API Handle-Resolve-Slot - return a MkBufferListC from netHdl or null if invalid… | |
new MkBufferListC | csmkkernel.MkBufferListC.Next () |
C#: → C-API get next instance from linked-list of MkBufferListS type | |
new MkBufferListC | csmkkernel.MkBufferListC.Prev () |
C#: → C-API get previous instance from linked-list of MkBufferListS type | |
new static MkBufferListC | csmkkernel.MkBufferListC.Instances () |
C#: → C-API get head-instance from linked-list of MkBufferListS type … | |
new static MkBufferListC | csmkkernel.MkBufferListC.GetNull () |
C#: → C-API Null-Slot - return a MkBufferListC typed NULL instance … | |
MkBufferListC - define the class …
|
inlinestatic |
C#:
→ C-API [static] MkBufferListC MkBufferListC.GetNull()
Null-Slot - return a MkBufferListC typed NULL
instance …
Definition at line 420 of file MkBufferListC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkBufferListC MkBufferListC.HandleResolve(Int32 netHdl)
Handle-Resolve-Slot - return a MkBufferListC from netHdl or null if invalid…
Definition at line 366 of file MkBufferListC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkBufferListC MkBufferListC.Instances()
get head-instance from linked-list of MkBufferListS type …
Definition at line 402 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferListC bfl.Next()
get next instance from linked-list of MkBufferListS type
Definition at line 388 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferListC bfl.Prev()
get previous instance from linked-list of MkBufferListS type
Definition at line 394 of file MkBufferListC.cs.