WindowsUtilitiesGetWindowModuleFileName Method |
Retrieves the full path and file name of the module associated with the specified window handle.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetWindowModuleFileName(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The window handle.
Return Value
Type:
StringA string.
See Also