MkBufferC - define the class … More...
Functions | |
new static MkBufferC | csmkkernel.MkBufferC.HandleResolve (Int32 netHdl) |
C#: → C-API Handle-Resolve-Slot - return a MkBufferC from netHdl or null if invalid… | |
new MkBufferC | csmkkernel.MkBufferC.Next () |
C#: → C-API get next instance from linked-list of MkBufferS type | |
new MkBufferC | csmkkernel.MkBufferC.Prev () |
C#: → C-API get previous instance from linked-list of MkBufferS type | |
new static MkBufferC | csmkkernel.MkBufferC.Instances () |
C#: → C-API get head-instance from linked-list of MkBufferS type … | |
new static MkBufferC | csmkkernel.MkBufferC.GetNull () |
C#: → C-API Null-Slot - return a MkBufferC typed NULL instance … | |
MkBufferC - define the class …
|
inlinestatic |
C#:
→ C-API [static] MkBufferC MkBufferC.GetNull()
Null-Slot - return a MkBufferC typed NULL
instance …
Definition at line 189 of file MkBufferC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkBufferC MkBufferC.HandleResolve(Int32 netHdl)
Handle-Resolve-Slot - return a MkBufferC from netHdl or null if invalid…
Definition at line 135 of file MkBufferC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkBufferC MkBufferC.Instances()
get head-instance from linked-list of MkBufferS type …
Definition at line 171 of file MkBufferC.cs.
|
inline |
C#:
→ C-API MkBufferC buf.Next()
get next instance from linked-list of MkBufferS type
Definition at line 157 of file MkBufferC.cs.
|
inline |
C#:
→ C-API MkBufferC buf.Prev()
get previous instance from linked-list of MkBufferS type
Definition at line 163 of file MkBufferC.cs.