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