LRESULT 数据类型

MSDN:

Signed result of message processing.

This type is declared in WinDef.h as follows:

 typedef LONG_PTR LRESULT;

LRESULT就是longresult,也就是长整型
之所以取名类LRESULT,是因为L即long
result表示结果,说明这个函数的返回值是某个结果。
posted @ 2018-02-08 11:06  小雨滴答  阅读(298)  评论(0编辑  收藏  举报