This article come from MSDN(english):
The command message that intreve information do so the form of structures.This structures can contrain information on many deffierent aspects of a device.The command strings that intreve information do so in the form of strings,and can intreve a stinga time.Your application must parse or test each string to interpret it.You might find that the command message are easier to use then the command strings in some cases,but the command strings are easier to remmeber and implement.Some MCI applications use command strings when return value will not be used(other than verify success)and command message when retrieving information from the device.
MCI control settings
文章源自MSDN,介绍了MCI中命令消息和命令字符串。命令消息以结构体形式传递信息,可包含设备多方面信息;命令字符串以字符串形式传递,一次传递一个字符串,应用需解析。某些情况下命令消息易用,命令字符串易记且易实现,部分MCI应用按需选用。

被折叠的 条评论
为什么被折叠?



