C# Class Microsoft.VisualStudio.Project.IntegrationTests.NativeMethods

Defines pinvoked utility methods and internal VS Constants
Mostra file Open project: tunnelvisionlabs/MPFProj10

Public Methods

Method Description
IsSamePath ( string file1, string file2 ) : bool

Private Methods

Method Description
AttachThreadInput ( uint idAttach, uint idAttachTo, bool attach ) : bool
DispatchMessage ( [ msg ) : int
EndDialog ( IntPtr hDlg, int result ) : bool
EnumChildWindows ( IntPtr hwnd, CallBack x, IntPtr y ) : int
GetClassName ( IntPtr hWnd, StringBuilder className, int stringLength ) : int
GetCurrentThreadId ( ) : uint
GetLastError ( ) : long
GetWindowText ( IntPtr hWnd, StringBuilder className, int stringLength ) : int
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint
HResultFromWin32 ( long error ) : long
IsWindowVisible ( IntPtr hDlg ) : bool
MsgWaitForMultipleObjects ( int nCount, int pHandles, bool fWaitAll, int dwMilliseconds, int dwWakeMask ) : int
PeekMessage ( [ msg, HandleRef hwnd, int msgMin, int msgMax, int remove ) : bool
SendMessage ( IntPtr hWnd, UInt32 Msg, UInt32 wParam, IntPtr lParam ) : UInt32
SetFocus ( IntPtr hWnd ) : IntPtr
TranslateMessage ( [ msg ) : bool

Method Details

IsSamePath() public static method

public static IsSamePath ( string file1, string file2 ) : bool
file1 string
file2 string
return bool