Home | History | Annotate | Download | only in common

Lines Matching refs:TryUserData

239   FX_BOOL TryUserData(void* pKey, void*& pData, FX_BOOL bProtoAlso = FALSE);

242 return TryUserData(pKey, pData, bProtoAlso) ? pData : NULL;