#鸿蒙通关秘籍#如何在鸿蒙应用中使用MIME类型获取UTD的typeId?

HarmonyOS
2天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
QC金风玉露

使用以下步骤通过MIME类型获取UTD的typeId:

c unsigned int typeIds2Count = 0; const char** typeIds2 = OH_Utd_GetTypesByMimeType("text/plain", &typeIds2Count); printf("the count of typeIds2 is %u", typeIds2Count);

分享
微博
QQ
微信
回复
2天前
相关问题