windows 在 MSDN 中,TBD 代表什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7821163/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
In MSDN, What does TBD stand for?
提问by Hayri U?ur Koltuk
Here is a list of RPC Data Marshaling Functionsfrom MSDN.
这是MSDN中的RPC 数据封送处理函数列表。
As you can see, some of the functions there have a description, but some has "TBD" in description field. Actually, only those which end with 64 have it. If you take a closer look to one example, everything (description, parameters, return value) is TBD as well. Moreover, they don't have "dll" or "library" information associated with them. So what does TBD stand for?
如您所见,其中一些功能有描述,但有些功能在描述字段中有“TBD”。实际上,只有以 64 结尾的才有。如果你仔细看一个例子,一切(描述、参数、返回值)也是待定的。此外,它们没有关联的“dll”或“库”信息。那么TBD代表什么?
回答by paxdiablo
To be done
- in other words, the developer (or documenter in this case) has determined that something needs doing but is far too busy doing cool stuff to worry about such mundane details at this point.
To be done
- 换句话说,开发人员(或在这种情况下的文档编制人员)已经确定需要做一些事情,但现在忙于做很酷的事情而无暇担心这些平凡的细节。
I have code from about twenty years ago that still has TBD
markers in it :-)
我有大约 20 年前的代码,其中仍然有TBD
标记:-)
Aside: I'm actually surprised that MS would allow this to be published as-is - it reeks of unprofessionalism in my opinion. Far better would be to not publish anythinguntil you had something useful to say about it.
For a lot of those cases (such as
BSTR_UserFree64
andBSTR_UserUnmarshal64
), it seems that they're just the same function with64
tacked on the end, and with exactly the same parameters. They could have just copied the non-64 text across, especiallywhen the descriptions hold such vague gems as"pFlags [in] - The data used by RPC"
. Someone seems to have gone out of their way to removeinformation.
旁白:我真的很惊讶 MS 会允许按原样发布 - 在我看来,它散发着不专业的味道。更好的做法是在你有一些有用的东西要说之前不要发布任何东西。
对于很多这样的情况(例如
BSTR_UserFree64
和BSTR_UserUnmarshal64
),它们似乎只是最后添加的相同函数64
,并且具有完全相同的参数。他们本可以直接复制非 64 位文本,尤其是当描述包含诸如"pFlags [in] - The data used by RPC"
. 似乎有人特意删除了信息。
回答by Barry Kaye
Usually TBD means To Be Determined.
通常 TBD 的意思是待定。
回答by Avada Kedavra
From wikipedia:
来自维基百科:
TBD is an abbreviation often meaning in ordinary writing "to be discussed" "to be done", "to be defined", "to be decided", "to be determined", etc. It may also refer to: ...
TBD是一个在普通文字中常有“待讨论”、“待做”、“待定”、“待定”、“待定”等意思的缩写,也可指:...
According to both acronymfinderand abbreviations.comthe abbreviation that ranks the highest is To Be Determined
根据这两个acronymfinder和abbreviations.com是排名最高的英文缩写To Be Determined
回答by Mr. Ghiandino
AFAIK, it means To Be Defined...
AFAIK,这意味着要定义......