Click or drag to resize

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
C#
public static string GetWindowModuleFileName(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The window handle.

Return Value

Type: String
A string.
See Also