C# 클래스 Microsoft.WindowsMobile.Samples.Location.Utils

Summary description for Utils.
파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

공개 메소드들

메소드 설명
LocalAlloc ( int byteCount ) : IntPtr
LocalFree ( IntPtr hMem ) : void
Utils ( ) : System

메소드 상세

LocalAlloc() 공개 정적인 메소드

public static LocalAlloc ( int byteCount ) : IntPtr
byteCount int
리턴 System.IntPtr

LocalFree() 공개 정적인 메소드

public static LocalFree ( IntPtr hMem ) : void
hMem System.IntPtr
리턴 void

Utils() 공개 메소드

public Utils ( ) : System
리턴 System