C# 클래스 IPFilter.Setup.CustomActions.Win32Api

Win32 API interop functions through P/Invoke.
파일 보기 프로젝트 열기: DavidMoore/ipfilter 1 사용 예제들

공개 메소드들

메소드 설명
LoadLibrary ( string file ) : SafeLibraryHandle

Loads a module into this process.

비공개 메소드들

메소드 설명
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

메소드 상세

LoadLibrary() 공개 정적인 메소드

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