 | CGXNETCoreUnlockParentWindow Method |
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
public static void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
Public Shared Sub UnlockParentWindow (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
Public Shared Sub UnlockParentWindow (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
public:
static void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
public:
static void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
static member UnlockParentWindow :
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
static member UnlockParentWindow :
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
Parameters
- hWndLockHandle
- Type: SystemIntPtr
- hWndPrevHandle
- Type: SystemIntPtr
See Also