Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MoMad
  • Content: Threads
  • Order by date
  1. MoMad

    Passing A UDT to VC DLL and back

    Hello All, I am facing this little problem when I want to pass a UDT to a VC dll and modify it. I have this: // (VC++6.0) extern "C" { typedef struct { BYTE id; char name[20]; char desc[28]; BYTE params; } iRec, *LPiRec; void LoadUdt( BSTR filename, LPVOID...

Part and Inventory Search

Back
Top