nn::jpeg::CTR::JpegMpDecoder::GetLastTwlUserMakerNotePointer Member Function#include <nn/jpeg.h> const u8 * GetLastTwlUserMakerNotePointer() const;
None.
NULL on failure. Gets a pointer to the Maker Note for Nintendo DSi applications of the image that was either decoded or whose EXIF information was extracted immediately previous to this call.
If that processing fails, this function also fails. This function needs the image data to get the information, so do not destroy the image data.
Use the GetLastTwlUserMakerNoteSize function to get the size of the Maker Note data in bytes. If the size of the data is 0 bytes, both that function and this function fail.
Success of this function does not guarantee that the image was taken with a Nintendo DSi application.
Use the GetLastUserMakerNotePointer and GetLastUserMakerNoteSize functions to get the CTR application Maker Note.
CONFIDENTIAL