Searched defs:pszResponse (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxModAPIMonitor.cpp77 static int apimonResponseToEnum(const char *pszResponse, APIMON_RESPONSE *pResp) argument
79 AssertPtrReturn(pszResponse, VERR_INVALID_POINTER);
83 if (!RTStrICmp(pszResponse, "none"))
87 else if (!RTStrICmp(pszResponse, "pause"))
91 else if ( !RTStrICmp(pszResponse, "poweroff")
92 || !RTStrICmp(pszResponse, "powerdown"))
96 else if (!RTStrICmp(pszResponse, "save"))
100 else if ( !RTStrICmp(pszResponse, "shutdown")
101 || !RTStrICmp(pszResponse, "shutoff"))

Completed in 71 milliseconds