BalloonWindow Library for .NET
Win32.ReleaseDC Method
[Visual Basic]
Public Shared Function ReleaseDC( _
ByVal
hWnd
As
IntPtr
, _
ByVal
hDC
As
IntPtr
_
) As
Integer
[C#]
public static
int
ReleaseDC(
IntPtr
hWnd
,
IntPtr
hDC
);
See Also
Win32 Class
|
Rilling.Common.Interop Namespace