C# Class InteropHelper, code

Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
EnumChildProc ( int hwndChild, int &lParam ) : bool
GetReferences ( Microsoft.Office.Interop.Excel.Application &_Application, Microsoft.Office.Interop.Excel.Workbook &_Workbook ) : void

Private Methods

Method Description
AccessibleObjectFromWindow ( int hwnd, uint dwObjectID, Array riid, Microsoft.Office.Interop.Excel.Window &ptr ) : int
EnumChildWindows ( int hWndParent, EnumChildCallback lpEnumFunc, int &lParam ) : bool
GetClassName ( int hWnd, StringBuilder lpClassName, int nMaxCount ) : int

Method Details

EnumChildProc() public static method

public static EnumChildProc ( int hwndChild, int &lParam ) : bool
hwndChild int
lParam int
return bool

GetReferences() public static method

public static GetReferences ( Microsoft.Office.Interop.Excel.Application &_Application, Microsoft.Office.Interop.Excel.Workbook &_Workbook ) : void
_Application Microsoft.Office.Interop.Excel.Application
_Workbook Microsoft.Office.Interop.Excel.Workbook
return void