Difference between revisions of "XMP"
From XnView Wiki
(Created page with 'extern GFLEXTERN GFL_BOOL GFLAPI gflBitmapGetXMP( const GFL_BITMAP* bitmap, GFL_UINT8** pData, GFL_UINT32* pLength );') |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== gflBitmapGetXMP == | |||
GFL_BOOL <b>gflBitmapGetXMP</b>( | |||
const GFL_BITMAP* bitmap, | |||
GFL_UINT8** pData, | |||
GFL_UINT32* pLength | |||
); | |||
'''Parameters''' | |||
:bitmap | |||
::Pointer to a [[Structures#GFL_BITMAP|GFL_BITMAP]] structure. | |||
:pData | |||
::Address of a pointer to receive the allocated data | |||
::Must freed by gflFreeMemory | |||
:pLength | |||
::Address of a GFL_UINT32 to receive the length of data | |||
'''Return value''' | |||
:The function returns GFL_TRUE if the bitmap has XMP metadata. | |||
[[Category: GFLSDK Reference Manual]] |
Latest revision as of 15:25, 22 November 2010
gflBitmapGetXMP
GFL_BOOL gflBitmapGetXMP( const GFL_BITMAP* bitmap, GFL_UINT8** pData, GFL_UINT32* pLength );
Parameters
- bitmap
- Pointer to a GFL_BITMAP structure.
- pData
- Address of a pointer to receive the allocated data
- Must freed by gflFreeMemory
- pLength
- Address of a GFL_UINT32 to receive the length of data
Return value
- The function returns GFL_TRUE if the bitmap has XMP metadata.