This is my problem:
I have a type in VB, and an exact copy in asm(MASM). How do I "send" that type from VB to a asm-dll? And how do I return the type/structure afterwards?
I have a type in VB, and an exact copy in asm(MASM). How do I "send" that type from VB to a asm-dll? And how do I return the type/structure afterwards?