术语 | setmessageextrainfo |
释义 | SetMessageExtraInfo 语法: LPARAM SetMessageExtraInfo( LPARAM lParam ); SetMessageExtraInfo功能 该SetMessageExtraInfo函数设置当前线程的额外的信息资料。额外的信息资料,是应用程序或驱动程序定义与当前线程的消息队列关联的值。一个应用程序可以使用GetMessageExtraInfo函数检索线程的额外的信息资料。 参数 lparam的 [in]指定关联的价值与当前线程。 返回值 返回值是以前的值与当前线程关联。 功能信息 最低DLL版本 user32.dll 在Winuser.h中HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 3.51 UnicodeImplemented为Unicode版本。 参见 消息和消息队列概述,GetMessageExtraInfo ==英文原文==SetMessageExtraInfo Function The SetMessageExtraInfo function sets the extra message information for the current thread. Extra message information is an application- or driver-defined value associated with the current thread's message queue. An application can use the GetMessageExtraInfo function to retrieve a thread's extra message information. Syntax LPARAM SetMessageExtraInfo( LPARAM lParam ); Parameters lParam [in] Specifies the value to associate with the current thread. Return Value The return value is the previous value associated with the current thread. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.51 UnicodeImplemented as Unicode version. See Also Messages and Message Queues Overview , GetMessageExtraInfo ==原始网址==http://msdn.microsoft.com/en-us/library/ms644954(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。