Desktop Functions: Smart Device Functions:
|
HeapAlloc (kernel32)
C# Signature:
[DllImport("kernel32.dll", SetLastError=false)] VB.Net Signature:
Public Declare Function HeapAlloc Lib "kernel32" (ByVal hHeap As IntPtr, ByVal dwFlags As Integer, ByVal dwBytes As IntPtr) As IntPtr VB.Net Signature:
Public Declare Function HeapAlloc Lib "kernel32" (ByVal hHeap As IntPtr, ByVal dwFlags As UInteger, ByVal dwBytes As UIntPtr) As IntPtr User-Defined Types:dwFlags - https://www.pinvoke.net/default.aspx/kernel32/dwFlags.html Notes:User-Defined Types:None. Tips & Tricks:Please add some! Notes:None. Sample Code:Tips & Tricks:Please add some! Alternative Managed API:Do you know one? Please contribute it! Sample Code:Please add some! Alternative Managed API:Do you know one? Please contribute it! 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). |
|