Click or drag to resize
Xcalibur Systems LLC Logo

Xcalibur.NativeMethods.V2.Windows Namespace

A collection of native models that correspond with their C++ counterparts for usage in .Net.
Classes
 ClassDescription
Public classWindowHelper Win32 API Helper: Windows
Public classWindowZOrderType A handle to the window to precede the positioned window in the Z order.

SetWindowPos function

Structures
 StructureDescription
Public structureFlashWindowStatusInfo Contains the flash status for a window and the number of times the system should flash the window.

FLASHWINFO structure

Delegates
 DelegateDescription
Public delegateWindowHelperEnumWindowsProc An application-defined callback function used with the or EnumDesktopWindows function. It receives top-level window handles. The WNDENUMPROC type defines a pointer to this callback function. EnumWindowsProc is a placeholder for the application-defined function name.

EnumWindowsProc callback function

Enumerations
 EnumerationDescription
Public enumerationFlashWindowStatusType The flash status.

FLASHWINFO structure

Public enumerationGetAncestorType The ancestor to be retrieved.

GetAncestor function

Public enumerationLockSetForegroundWindowType Specifies whether to enable or disable calls to .

LockSetForegroundWindow function

Public enumerationShowWindowStates Controls how the window is to be shown.

ShowWindow function

Public enumerationWindowsPositionType The window sizing and positioning flags.

SetWindowPos function