Example #1
0
 private static extern byte ANTFSClient_SendDownloadResponse(
     IntPtr ClientPtr,
     byte ucResponse,
     ref ANTFS_DownloadParameters pstDownloadInfo,
     uint ulDataLength,
     IntPtr pvData);      // Pointer is cached by unmanaged code for use after this call has ended, so pointer needs to be pinned
 private static extern byte ANTFSClient_SendDownloadResponse(
     IntPtr ClientPtr,
     byte ucResponse,
     ref ANTFS_DownloadParameters pstDownloadInfo,
     uint ulDataLength,
     IntPtr pvData);      // Pointer is cached by unmanaged code for use after this call has ended, so pointer needs to be pinned