Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. for (int dwLoop = 0; dwLoop < fileCountMin; dwLoop++)
  2. {
  3. // specify the memory space of the data is copied to the purpose in the array in the specified format
  4. nriFileinfo[dwLoop] = (NET_RECORDFILE_INFO)Marshal.PtrToStructure(IntPtr.Add(pBoxInfo, Marshal.SizeOf(typeof(NET_RECORDFILE_INFO)) * dwLoop), typeof(NET_RECORDFILE_INFO));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement