找回密码
 加入
搜索
查看: 1607|回复: 0

[AU3基础] 请教一个dllcall的问题

  [复制链接]
发表于 2017-5-30 21:02:21 | 显示全部楼层 |阅读模式
原型是
§ wimlib_get_xml_data()
int wimlib_get_xml_data        (        WIMStruct *         wim,
void **         buf_ret,
size_t *         bufsize_ret 
)        
Read a WIM file's XML document into an in-memory buffer.

The XML document contains metadata about the WIM file and the images stored in it.

Parameters
wim        Pointer to the WIMStruct to query. This need not represent a standalone WIM (e.g. it could represent part of a split WIM).
buf_ret        On success, a pointer to an allocated buffer containing the raw UTF16-LE XML document is written to this location.
bufsize_ret        The size of the XML document in bytes is written to this location.
Returns
0 on success; a wimlib_error_code value on failure.
Return values
WIMLIB_ERR_NO_FILENAME        wim is not backed by a file and therefore does not have an XML document.
WIMLIB_ERR_READ        Failed to read the XML document from the WIM file.
WIMLIB_ERR_UNEXPECTED_END_OF_FILE        Failed to read the XML document from the WIM file.

如何在au3中调用
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-4-29 04:34 , Processed in 0.073446 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表