Zitat von
r_amse_s:
Hallo,
kann man feststellen, wenn ein
COM port offen ist, welche Applikation ihn geöffnet hat und ggf. forciert schliessen, wenn die eigene App ihn braucht ?
thx
Hallo,
Zitat aus einer Applikation, die das kann (für Dateien, dürfte aber für Devices gleich sein):
How does it work ?
OpenedFilesView uses the NtQuerySystemInformation
API to enumerate all handles in the system. After filtering non-file handles, it uses a temporary device driver - NirSoftOpenedFilesDriver.sys for reading the information about each
handle from the kernel memory. This device driver is automatically unloaded from the system when you exit from OpenedFilesView utility.
Hört sich sehr komplex an, besonders weil ein Kernel-Treiber notwendig ist.
Gruss Reinhard