Displaying 1 result from an estimated 1 matches for "selectedstring".
2012 Jan 24
1
[Problem] C# virDomainShutdown
...pty(domainName))
{
MessageBox.Show("Unable to get domain name", "Get domain name failed", MessageBoxButtons.OK,
MessageBoxIcon.Error);
}
if (domainName == selectedString)
{
int i = Domain.Destroy(domainPtr);
if (i == -1)
{
MessageBox.Show("ERROR - Shutdown failed!","",
MessageBoxButtons.OK, Mess...