Desktop Functions: Smart Device Functions:
|
LocalFree (kernel32)
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)] VB Signature:
Private Declare Auto Function LocalFree Lib "kernel32.dll" (ByRef pMem As IntPtr) as IntPtr User-Defined Types:None. Notes:[2004-05-24 - Nicholas Paldino] The SetLastError flag needs to be set to true in order to retain information that would be obtained from GetLastError in the event of an error being returned. [2004-07-26 - Toby Patke] If you need to access this function from a Pocket PC, the DLL you want is: \Windows\coredll.dll Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:System.Runtime.InteropServices.Marshal.FreeHGlobal 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). |
|