示例#1
0
 static public unsafe UIntPtr LogSourceEntryImpl(UIntPtr storageHandle,
                                                 uint flags,
                                                 UIntPtr eventType,
                                                 byte *buffer,
                                                 int size)
 {
     return(EventSource.LogSourceEntryImpl(storageHandle, flags, eventType, buffer, size));
 }
示例#2
0
 static public unsafe UIntPtr LogSourceEntryImpl(UIntPtr storageHandle,
                                                 uint flags,
                                                 UIntPtr eventType,
                                                 byte *buffer,
                                                 int size,
                                                 int arraysCount,
                                                 void **arrays)
 {
     return(EventSource.LogSourceEntryImpl(storageHandle,
                                           flags,
                                           eventType,
                                           buffer,
                                           size,
                                           arraysCount,
                                           (ArrayType *)arrays));
 }