void SetUserMakerNote( const void * pData, std::size_t nSize );
Name | Description | |
---|---|---|
in | pData | Data. |
in | nSize | Data size (in bytes). |
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