ExcelUOGetWindowThreadProcessId Method

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
[DllImportAttribute("user32.dll", CharSet = CharSet.Ansi, ExactSpelling = true, 
	SetLastError = true)]
private static int GetWindowThreadProcessId(
	int hWnd,
	ref int lpdwProcessId
)

Parameters

hWnd  Int32
 
lpdwProcessId  Int32
 

Return Value

Int32

See Also