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