 | CGX_NETUnlockParentWindow Method |
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxprotected void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
protected void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
Protected Sub UnlockParentWindow (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
Protected Sub UnlockParentWindow (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
protected:
void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
protected:
void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
member UnlockParentWindow :
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
member UnlockParentWindow :
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
Parameters
- hWndLockHandle
- Type: SystemIntPtr
- hWndPrevHandle
- Type: SystemIntPtr
See Also