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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxLA.cpp91 } activeClient; member in struct:VBOXLACONTEXT
927 &pCtx->activeClient.pszPropName,
928 &pCtx->activeClient.pszPropIPAddr,
929 &pCtx->activeClient.pszPropLocation,
930 &pCtx->activeClient.pszPropOtherInfo,
933 pCtx->activeClient.u32LastAttach = ~0;
934 pCtx->activeClient.u64LastAttachTimestamp = u64ActiveClientTS;
936 if (pCtx->activeClient.pszLastName)
938 RTMemFree(pCtx->activeClient.pszLastName);
940 pCtx->activeClient
[all...]

Completed in 47 milliseconds