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

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp645 const char *aVRDEProperties[16]; local
760 if (cVRDEProperties < RT_ELEMENTS(aVRDEProperties))
761 aVRDEProperties[cVRDEProperties++] = ValueUnion.psz;
1108 char *pszProperty = RTStrDup(aVRDEProperties[i]);
1122 RTPrintf("Error: Invalid VRDE property '%s'\n", aVRDEProperties[i]);
1131 RTPrintf("Error: Failed to allocate memory for VRDE property '%s'\n", aVRDEProperties[i]);

Completed in 44 milliseconds