Searched refs:supportsScreenshot (Results 1 – 2 of 2) sorted by relevance
40 esxVI_Boolean supportsScreenshot; member
818 priv->supportsScreenshot = esxVI_Boolean_Undefined; in esxConnectOpen()988 if (priv->supportsScreenshot != esxVI_Boolean_Undefined) in esxSupportsScreenshot()989 return priv->supportsScreenshot; in esxSupportsScreenshot()999 &priv->supportsScreenshot, in esxSupportsScreenshot()1011 return priv->supportsScreenshot; in esxSupportsScreenshot()2314 esxVI_Boolean supportsScreenshot = esxVI_Boolean_Undefined; in esxDomainScreenshot() local2329 supportsScreenshot = esxSupportsScreenshot(priv); in esxDomainScreenshot()2331 if (supportsScreenshot == esxVI_Boolean_Undefined) in esxDomainScreenshot()2334 if (supportsScreenshot != esxVI_Boolean_True) { in esxDomainScreenshot()