Desktop Functions: Smart Device Functions:
|
QueryFullProcessImageName (kernel32)
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)] VB Signature:
Declare Function QueryFullProcessImageName Lib "kernel32.dll" (TODO) As TODO User-Defined Types:None. Alternative Managed API:System.Diagnostics.Process.MainModule.FileName Notes:To query the filename for a process that is running elevated from a process that is not, the .NET api crashes. This is a workaround. Tips & Tricks:Please add some! Sample Code:
int capacity = 1024; http://msdn.microsoft.com/en-us/library/windows/desktop/ms684919(v=vs.85).aspx Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|