Click here to Skip to main content
15,918,742 members

Comments by eyeshield21 (Top 3 by date)

eyeshield21 5-May-11 22:40pm View    
Thanks kim Togo.
eyeshield21 3-May-11 12:50pm View    
hi manfred,

my question is how to convert the c++ code:
<pre>
ITStreamControl * pStreamControl;
HRESULT hr = pBasicCall->QueryInterface(
IID_ITStreamControl,
(void **) &pStreamControl
);
</pre>
into C# code.


regards,
andy
eyeshield21 3-May-11 12:47pm View    
hi ankit,

pBasicCall in C++ and call_control in C# is ITBasicCallControl type

regards,
andy