C language has no class, only struct. I know that VB6 can implement "LightWeight COM" or "C-style Class-implementation" through vbIUnknown, vbIDispatch and VTable.
I'd like to know whether VB6 can implement C-struct through vbIUnknown, vbIDispatch and VTable? Or is there any other way to simulate C-struct with VB6. Thanks.
I'd like to know whether VB6 can implement C-struct through vbIUnknown, vbIDispatch and VTable? Or is there any other way to simulate C-struct with VB6. Thanks.