Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 16 of file vfwprintf.c.
Referenced by _vcwprintf(), fwprintf(), and vwprintf().
{ int ret; _lock_file(file); ret = wstreamout(file, format, argptr); _unlock_file(file); return ret; }