C# Class Microsoft.WinAny.WinBase

Mostrar archivo Open project: jhabjan/Ghostscript.NET

Private Methods

Method Description
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, byte lpProcName ) : IntPtr
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibrary ( string lpLibFileName ) : IntPtr
VirtualAlloc ( IntPtr lpAddress, uint dwSize, uint flAllocationType, uint flProtect ) : IntPtr
VirtualFree ( IntPtr lpAddress, uint dwSize, uint dwFreeType ) : bool
VirtualProtect ( IntPtr lpAddress, uint dwSize, uint flNewProtect, uint lpflOldProtect ) : bool