Tungsten
CopyDataEnable Method |
Enables a window to receive WM_COPYDATA messages
Namespace: W.InterProcess
Assembly: Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
public static Win32Exception Enable( IntPtr hWnd )
Parameters
- hWnd
- Type: SystemIntPtr
The handle of the window to enable
Return Value
Type: Win32ExceptionNull upon success, otherwise a Win32Exception containing exception information
See Also