0
我試圖通過RPC傳遞一個的std :: string,但我得到了以下錯誤:是否可以通過Microsoft RPC傳遞std :: string?
interface TestInterface
{
unsigned int HelloUser([in] const string user);
}
這是可能的:從代碼
MIDL2025: syntax error: expecting a type specification or a storage specifer or a type qualifier near "string"
提取物?
您還應該注意到在使用SysAllocString()傳遞它們之前需要分配這些字符串。 看看這個:http://msdn.microsoft.com/en-us/library/ms221069.aspx – TCS 2011-03-07 06:41:53