C# Класс xZune.Bass.Interop.Win32Api

Some method of Win32 APIs.
Показать файл Открыть проект

Открытые методы

Метод Описание
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