Search results for query: *

  • Users: EJ Hunt
  • Content: Threads
  • Order by date
  1. E

    Structure Array Pointers

    I have a problem that I can not figure out. I am trying to pass an array of a structure to a C++ DLL.. TFXLibPtrTest2(PGNDesc *pDesc, INT32 i32Index); I have used the following code to declare the function. <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi)> _ Public Structure...
Back
Top