Desktop Functions: Smart Device Functions:
|
Search Results for "QueryFullProcessImageName" in [All]kernel32
static extern bool QueryFullProcessImageName([In]IntPtr hProcess, [In]int dwFlags, [Out]StringBuilder lpExeName, ref int lpdwSize);
Declare Function QueryFullProcessImageName Lib "kernel32.dll" (TODO) As TODO
QueryFullProcessImageName(handle, 0, sb, ref capacity); Enums
/// Required to retrieve certain information about a process (see GetExitCodeProcess, GetPriorityClass, IsProcessInJob, QueryFullProcessImageName). |