WindowsUtilitiesGetModalWindow Method |
Gets the modal window for a given parent window.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static IntPtr GetModalWindow(
IntPtr owner
)
Parameters
- owner
- Type: SystemIntPtr
The owner window handle.
Return Value
Type:
IntPtrThe modal window handle or zero.
See Also