coredll is for smart devices, not desktop Windows. Therefore, this information only applies to code using the .NET Compact Framework. To see if information for eventmodify in other DLLs exists, click on Find References to the right.
.
C# Signature:
using HANDLE = System.IntPtr;
...
[DllImport("coredll.dll", SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool EventModify(HANDLE hEvent, [In, MarshalAs(UnmanagedType.U4)] int dEvent);
VB Signature:
Declare Function EventModify Lib "coredll.dll" (ByVal hEvent As IntPtr, ByVal func As Integer) As Boolean
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
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).