gpt4 book ai didi

c++ - 如何在 __declspec(uuid ("ComObjectGUID ") 中传递动态值

转载 作者:行者123 更新时间:2023-11-30 04:24:32 26 4
gpt4 key购买 nike

在我的代码中,这绝对没问题:

class __declspec(uuid("842E12D3-1F2C-435D-8426-BE42150AF4DB")) guid;

但是我不想传递一个 staitc 值,而是想传递这样的东西,但是它给出了编译错误:

string result("64ca9bdb-08d2-45f7-c526-8fcaa8d5abd1");
class __declspec(uuid(result)) guid;

//"result" will have dynamic value and that's why want to pass it a variable rather than hard coding the value

有人可以建议我如何实现这一点。

谢谢,萨南

最佳答案

这看起来像是在编译时使用的东西。所以没有办法传递动态值。

关于c++ - 如何在 __declspec(uuid ("ComObjectGUID ") 中传递动态值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12689633/

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