> GUID IDD_SomeId = { .... };
>
> for C the argument would be then func (&IDD_SomeId);
> If you are doing this with C++ uses then ((REFID) &IDD_SomeId, ...);
>
> Kai

Hi Kai,

Yes, I guess this was obvious, but somehow I missed it. Thank you very much!

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to