C# Class WebKit.W32API

Win32 API functions.
See the MSDN Windows SDK documentation for more information about these functions.
Exibir arquivo Open project: davejohnson/webkit-dot-net Class Usage Examples

Public Properties

Property Type Description
INVALID_HANDLE_VALUE int

Private Methods

Method Description
ActivateActCtx ( IntPtr hActCtx, uint &lpCookie ) : bool
CreateActCtx ( ACTCTX &actctx ) : IntPtr
DeactivateActCtx ( uint dwFlags, uint lpCookie ) : bool
MoveWindow ( IntPtr hwnd, int x, int y, int width, int height, bool repaint ) : bool
ReleaseActCtx ( IntPtr hActCtx ) : void
SendMessage ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam ) : int
SetFocus ( IntPtr hwnd ) : IntPtr

Property Details

INVALID_HANDLE_VALUE public_oe static_oe property

public static int INVALID_HANDLE_VALUE
return int