C# Class Microsoft.WindowsMobile.Samples.Location.Utils

Summary description for Utils.
Exibir arquivo Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
LocalAlloc ( int byteCount ) : IntPtr
LocalFree ( IntPtr hMem ) : void
Utils ( ) : System

Method Details

LocalAlloc() public static method

public static LocalAlloc ( int byteCount ) : IntPtr
byteCount int
return System.IntPtr

LocalFree() public static method

public static LocalFree ( IntPtr hMem ) : void
hMem System.IntPtr
return void

Utils() public method

public Utils ( ) : System
return System