文档 - EloamDll

增加与减少引用计数


Description:    增加引用计数
Input:          thumb 缩略图句柄
Return:         返回增加后的引用计数
Function:       EXTERN_C LONG ELOAMAPI EloamThumbnail_AddRef(HELOAMTHUMBNAIL thumb);
Description:    减少引用计数(减少为0将会销毁)
Input:          thumb 缩略图句柄
Return:         返回减少后的引用计数,为0表示已经销毁
Function:       EXTERN_C LONG ELOAMAPI EloamThumbnail_Release(HELOAMTHUMBNAIL thumb);