Getting a BITMAPINFOHEADER ptr out of .NET Bitmap class - HOW?

J

José Joye

[Also posted in "vc" newsgroup]

Hello,

In my Managed C++ code, I have an instance of the .NET Bitmap class and I
need to call a non managed routine within a third party library which expect
a pointer to BITMAPINFOHEADER

Is there a simple way to get this information out of the .NET Bitmap class?

José
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top