C# Class xZune.Bass.Interop.Win32Api

Some method of Win32 APIs.
Exibir arquivo Open project: higankanshi/xZune.Bass

Public Methods

Method Description
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibrary ( string lpFileName ) : IntPtr

Private Methods

Method Description
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

Method Details

GetProcAddress() public static method

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

LoadLibrary() public static method

public static LoadLibrary ( string lpFileName ) : IntPtr
lpFileName string
return System.IntPtr