|
ProcessEntry32ExeFilePath Field |
The name of the executable file for the process. To retrieve the full path to the
executable file, call the function and check
the ExeFilePath member of the structure that is returned.
However, if the calling process is a 32-bit process, you must call the
function to retrieve the full
path of the executable file for a 64-bit process.
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public string ExeFilePath
Public ExeFilePath As String
public:
String^ ExeFilePath
val mutable ExeFilePath: string
Field Value
StringSee Also