网站首页  词典首页

请输入您要查询的函数:

 

术语 insendmessage
释义 InSendMessage
语法:
BOOL InSendMessage(VOID);
Return Value
If the window procedure is processing a message sent to it from another thread using the SendMessage function, the return value is nonzero.
If the window procedure is not processing a message sent to it from another thread using the SendMessage function, the return value is zero.
Example
For an example, see Sending a Message .
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
UnicodeImplemented as Unicode version.
See Also
Messages and Message Queues Overview , InSendMessageEx , SendMessage
InSendMessage功能
该InSendMessage函数确定当前窗口是否是处理程序通过向SendMessage函数调用一个被送往从另一个线程(在同一进程中或不同的进程的信息)。
要获取有关如何在邮件发送的其他信息,请使用InSendMessageEx功能。
==英文原文==InSendMessage Function
The InSendMessage function determines whether the current window procedure is processing a message that was sent from another thread (in the same process or a different process) by a call to the SendMessage function.
To obtain additional information about how the message was sent, use the InSendMessageEx function.
Syntax
BOOL InSendMessage(VOID);
Return Value
If the window procedure is processing a message sent to it from another thread using the SendMessage function, the return value is nonzero.
If the window procedure is not processing a message sent to it from another thread using the SendMessage function, the return value is zero.
Example
For an example, see Sending a Message .
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
UnicodeImplemented as Unicode version.
See Also
Messages and Message Queues Overview , InSendMessageEx , SendMessage
==原始网址==http://msdn.microsoft.com/en-us/library/ms644941(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:18:31