Beispiel #1
0
 static public extern unsafe UIntPtr LogSourceEntryImpl(UIntPtr sourceHandle,
                                                        uint Flags,
                                                        UIntPtr eventType,
                                                        byte *Buffer,
                                                        int size,
                                                        int arraysCount,
                                                        ArrayType *arrays);
Beispiel #2
0
 public unsafe UIntPtr LogEntry(uint Flags, UIntPtr eventType, byte *Buffer, int Size,
                                int stringsCount, ArrayType *strings)
 {
     return(LogSourceEntryImpl(SourceHandle, Flags, eventType, Buffer, Size, stringsCount, strings));
 }