Searched refs:VRDEFEATURE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp217 VRDEFEATURE Feat;
218 uint8_t abBuf[VNC_ADDRESS_OPTION_MAX + sizeof(VRDEFEATURE)];
313 const uint32_t featLen = sizeof(VRDEFEATURE) + RT_MAX(sizeof(VNC_PORTSSIZE), sizeof(szFeatName)) - 1;
314 VRDEFEATURE *feature = (VRDEFEATURE *)RTMemTmpAlloc(featLen);
316 RTStrCopy(feature->achInfo, featLen - sizeof(VRDEFEATURE) + 1, szFeatName);
656 const uint32_t featLen = sizeof(VRDEFEATURE) + RT_MAX(sizeof(instance->szVNCPassword), sizeof(szFeatName)) - 1;
657 VRDEFEATURE *feature = (VRDEFEATURE *)RTMemTmpAlloc(featLen);
659 RTStrCopy(feature->achInfo, featLen - sizeof(VRDEFEATURE)
[all...]
/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h1141 #define VRDE_QP_FEATURE (8) /* VRDEFEATURE structure. Generic interface to query named VRDE properties. */
1163 } VRDEFEATURE; typedef in typeref:struct:_VRDEFEATURE
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp761 if (cbBuffer < sizeof(VRDEFEATURE))
767 size_t cbInfo = cbBuffer - RT_OFFSETOF(VRDEFEATURE, achInfo);
769 VRDEFEATURE *pFeature = (VRDEFEATURE *)pvBuffer;

Completed in 60 milliseconds