C# Class IPFilter.Setup.CustomActions.Win32Api

Win32 API interop functions through P/Invoke.
Datei anzeigen Open project: DavidMoore/ipfilter Class Usage Examples

Public Methods

Method Description
LoadLibrary ( string file ) : SafeLibraryHandle

Loads a module into this process.

Private Methods

Method Description
FormatMessage ( int dwFlags, IntPtr lpSource, int dwMessageId, int dwLanguageId, StringBuilder lpBuffer, int nSize, IntPtr vaListArguments ) : int
FreeLibrary ( IntPtr moduleHandle ) : bool
GetFullPathName ( String path, int numBufferChars, StringBuilder buffer, IntPtr mustBeZero ) : int
GetFullPathName ( char path, int numBufferChars, char buffer, IntPtr mustBeZero ) : int
LoadLibraryEx ( string fileName, IntPtr reserved, LoadLibraryExFlags flags ) : SafeLibraryHandle
SetErrorMode ( int newMode ) : int

Method Details

LoadLibrary() public static method

Loads a module into this process.
public static LoadLibrary ( string file ) : SafeLibraryHandle
file string The file to load.
return SafeLibraryHandle