フィルターのクリア

How can I read the value of a pointer variant type which is passed by reference?

1 回表示 (過去 30 日間)
Alireza
Alireza 2012 年 8 月 6 日
Hi, I want to get the returned value from a method of a COM object. The signature of the method is as follows:
ReadOutputImage = Variant(Pointer)
ReadOutputImage(handle, int32, int32, ImageDataTypeConstants, Variant(Pointer))
the method shall return the raed value inside "Variant(Pointer)".
How can I produce a pointer and how can I get the value of a pointer?
Thank you

回答 (0 件)

カテゴリ

Help Center および File ExchangeUse COM Objects in MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by