gpt4 book ai didi

c - GetMenuString 返回空字符串

转载 作者:太空宇宙 更新时间:2023-11-04 07:21:03 25 4
gpt4 key购买 nike

<分区>

我正在尝试像这样从菜单中读取字符串:

char* buf;
int retLength = GetMenuString(menu, IDM_BLABLA, buf, 0, 0);
pclog("Buffer= %s, Length=%i\n", buf, retLength);

输出是:

Buffer= , Length=11

这段代码有什么问题,该方法返回正确的非零长度,但返回空字符串?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com