Click or drag to resize
Win32UpdateLayeredWindow Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static Win32Bool UpdateLayeredWindow(
	IntPtr hwnd,
	IntPtr hdcDst,
	ref Win32Point pptDst,
	ref Win32Size psize,
	IntPtr hdcSrc,
	ref Win32Point pprSrc,
	int crKey,
	ref Win32BLENDFUNCTION pblend,
	int dwFlags
)

Parameters

hwnd
Type: SystemIntPtr
hdcDst
Type: SystemIntPtr
pptDst
Type: DataPAClientConfigWin32Point
psize
Type: DataPAClientConfigWin32Size
hdcSrc
Type: SystemIntPtr
pprSrc
Type: DataPAClientConfigWin32Point
crKey
Type: SystemInt32
pblend
Type: DataPAClientConfigWin32BLENDFUNCTION
dwFlags
Type: SystemInt32

Return Value

Type: Win32Bool
See Also