VMware {code} Community
VBMatt
Contributor
Contributor

Getting the name of a snapshot

I've been working on a fairly simple VB.NET wrapper for the Vix api, everything is going OK and it works fine. One thing I can't seem to do is to have more than one VM open at a time (opening by calling the OpenVM function). Each time it opens a different VM the current instance of VMWare closes and opens again with the new VM. Is there a way around this?

I'm running VM Workstation 6 and the latest version of the API.

Thanks.

Edit This problem was due to a logic error in my code, a stupid logic error at that. However a new problem has made itself apparent:Which property returns the name from a snapshot object? I can't seem to find anything like it.

Thanks again.

0 Kudos
1 Reply
admin
Immortal
Immortal

According to vix.h, it looks like VIX_PROPERTY_SNAPSHOT_DISPLAYNAME.

0 Kudos