Displaying 1 result from an estimated 1 matches for "runningdomainid".
2012 Jan 24
1
[Problem] C# virDomainShutdown
...the API since it's not tested on a 32-bit Windows. Already thanks for the support.
Best regards,
D. Fonk
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-------------- next part --------------
foreach (int runningDomainID in runningDomainIDs)
{
IntPtr domainPtr = Domain.LookupByID(conn, runningDomainID);
if (domainPtr == IntPtr.Zero)
{
MessageBox.Show("Unable to lookup domains by id", "Lookup domain fai...