Table of Contents

Method QueryFullProcessImageName

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

QueryFullProcessImageName(ProcessSafeHandle, int, StringBuilder, ref int)

public static extern bool QueryFullProcessImageName(ProcessSafeHandle hProcess, int dwFlags, StringBuilder lpExeName, ref int lpdwSize)

Parameters

hProcess ProcessSafeHandle
dwFlags int
lpExeName StringBuilder
lpdwSize int

Returns

bool