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

/vbox/include/VBox/
H A Dshflsvc.h170 } SHFLSTRING; typedef in typeref:struct:_SHFLSTRING
173 #define SHFLSTRING_HEADER_SIZE RT_UOFFSETOF(SHFLSTRING, String)
176 typedef SHFLSTRING *PSHFLSTRING;
178 typedef const SHFLSTRING *PCSHFLSTRING;
183 return pString ? sizeof(SHFLSTRING) - sizeof(pString->String) + pString->u16Size : 0;
224 if (RT_UNLIKELY(cbBuf <= RT_UOFFSETOF(SHFLSTRING, String)))
226 if (RT_UNLIKELY((uint32_t)pString->u16Size + RT_UOFFSETOF(SHFLSTRING, String) > cbBuf))
245 if (RT_UNLIKELY(cbBuf <= RT_UOFFSETOF(SHFLSTRING, String)))
247 if (RT_UNLIKELY((uint32_t)pString->u16Size + RT_UOFFSETOF(SHFLSTRING, String) > cbBuf))
663 SHFLSTRING nam
[all...]

Completed in 37 milliseconds