Example #1
0
 public void Write(System.UInt32 data)
 {
     unsafe
     {
         System.UInt32 *pPtr = &data;
         Write((IntPtr)pPtr, sizeof(System.UInt32));
     }
 }
Example #2
0
 private static unsafe extern IntPtr calculateTrendDLL(System.UInt32 instanceNumber, byte *word, System.UInt32 phraseLen, System.UInt32 *points, System.UInt32 count, System.UInt32 minPage, System.UInt32 maxPage);