imgdb::JpegMpBaseSaver::SetUserMakerNote Member Function

Syntax

void SetUserMakerNote(
     const void * pData,
     std::size_t nSize
);

Parameters

Name Description
in pData Data.
in nSize Data size (in bytes).

Return Values

None.

Description

Sets the maker note for the application.

If NULL is specified for pData or if 0 is specified for nSize, the maker note will be in the unconfigured state.


CONFIDENTIAL