Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("user32")] VB Signature:
Declare Function ChangeWindowMessageFilter Lib "user32.dll" (message as Integer, dwFlag as Integer) As IntPtr User-Defined Types:
public enum ChangeWindowMessageFilterFlags : uint { VB6:
Declare Function ChangeWindowMessageFilter Lib "user32.dll" (ByVal Message As Long, ByVal dwFlag As Integer) As Boolean Alternative Managed API:Do you know one? Please contribute it! Notes:None. Tips & Tricks:Please add some! Sample Code:
public Form1() { Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|