IMAQ vision (7.0) has only been released for LabVIEW, so I assume your question is how to work between Vision 6.0.3 for Measurement Studio C code and LabVIEW 7 code.
As far as the structure goes, it is proprietary, and will not be released.
You can still use the IMAQ GetImagePixelPtr VI in LabVIEW to get the pointer and pass it to your external C code. Also if your C code is expecting the old data type, there are VIs that will convert from the reference to the old cluster and back. They are found in "..\vi.lib\vision\DatatypeConversion.llb.
Finally, there are no new C tutorials because Vision 7.0 was only released for LabVIEW, and nothing has changed with the C code.
I hope this answers your questions-