 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Cyrille Duret Guest
|
Posted: Mon Dec 01, 2003 8:06 am Post subject: passing SAFEARRAY of UDTs |
|
|
I've written a C++ COM DLL server and I want to pass UDT's array from a
Delphi client (while being compatible with VB)
I made the VB client successfully.
I want to make the delphi client but i can't find the VT_RECORD
attribute of the SAFEARRAY type in the variant Library of Delphi.
Here is the IDL spec of my proc:
...
struct UIDDicomObject {
[helpstring("Study UID")] BSTR StudyUID;
[helpstring("Serie UID")] BSTR SerieUID;
[helpstring("SOP Instance UID")] BSTR InstanceUID;
} UIDDicomObject;
...
HRESULT Prefetch([in] BSTR PatientID, [in] VARIANT UIDObjectsList);
Does Delphi's OleVariant support SAFEARRAY of UDT's ?
How can I do?
thanks a lot
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|