C# 클래스 xZune.Bass.Interop.Win32Api

Some method of Win32 APIs.
파일 보기 프로젝트 열기: higankanshi/xZune.Bass

공개 메소드들

메소드 설명
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibrary ( string lpFileName ) : IntPtr

비공개 메소드들

메소드 설명
CloseHandle ( IntPtr handle ) : bool
CreateFileMapping ( IntPtr hFile, IntPtr lpAttributes, PageAccess flProtect, int dwMaximumSizeHigh, int dwMaximumSizeLow, string lpName ) : IntPtr
FreeLibrary ( IntPtr hModule ) : bool
GetLastError ( ) : int
GetProcAddressStatic ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibraryStatic ( string lpFileName ) : IntPtr
MapViewOfFile ( IntPtr hFileMappingObject, FileMapAccess dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow, uint dwNumberOfBytesToMap ) : IntPtr
UnmapViewOfFile ( IntPtr lpBaseAddress ) : bool

메소드 상세

GetProcAddress() 공개 정적인 메소드

public static GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
hModule System.IntPtr
lpProcName string
리턴 System.IntPtr

LoadLibrary() 공개 정적인 메소드

public static LoadLibrary ( string lpFileName ) : IntPtr
lpFileName string
리턴 System.IntPtr