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