ExtRemoteData::GetShort 方法 (engextcpp.hpp)

GetShort 方法返回 ExtRemoteData 对象的 SHORT 版本,该对象表示目标内存的内容。

语法

SHORT GetShort();

返回值

GetShort 返回 ExtRemoteData 对象的 SHORT 版本。

注解

ExtRemoteData 对象表示的内存大小必须为 sizeof(SHORT)

要求

要求
目标平台 桌面
标头 engextcpp.hpp (包括 Engextcpp.hpp)

另请参阅

ExtRemoteData

ExtRemoteData::GetData

ExtRemoteData::GetUshort