Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 82 of file d3d9_helpers.c.
Referenced by GetDriverName().
{ size_t CurrentDstLength; if (Dst == NULL || DstSize == 0) return DDERR_INVALIDPARAMS; CurrentDstLength = strlen(Dst); return SafeCopyString(Dst + CurrentDstLength, DstSize - CurrentDstLength, Src); }