 | CGXNETCoreUnlockParentWindowHandler Delegate |
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic delegate void UnlockParentWindowHandler(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
public delegate void UnlockParentWindowHandler(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
Public Delegate Sub UnlockParentWindowHandler (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
Public Delegate Sub UnlockParentWindowHandler (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
public delegate void UnlockParentWindowHandler(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
public delegate void UnlockParentWindowHandler(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
type UnlockParentWindowHandler =
delegate of
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
type UnlockParentWindowHandler =
delegate of
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
Parameters
- hWndLockHandle
- Type: SystemIntPtr
- hWndPrevHandle
- Type: SystemIntPtr
See Also