Send struct from c# as reference to c++ dll
-
Hi I have application in c# that import dll writing in c++ The interface to the dll is struct sNDIS_802_16E_CAPABILITY; ... ‘bool::WiMAXGetCapabilites(sNDIS_802_16E_CAPABILITY *pNDIS_802_16E_CAPABILITY)’ How can I send a pointer of the struct to the interface Should I use ref? Thanks Ronen
-
Hi I have application in c# that import dll writing in c++ The interface to the dll is struct sNDIS_802_16E_CAPABILITY; ... ‘bool::WiMAXGetCapabilites(sNDIS_802_16E_CAPABILITY *pNDIS_802_16E_CAPABILITY)’ How can I send a pointer of the struct to the interface Should I use ref? Thanks Ronen
What about documentation [^]? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]