Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 355 of file file.c.
Referenced by processFile().
{ DLBindStatusCallback *This = HeapAlloc(GetProcessHeap(), 0, sizeof *This); if (!This) return NULL; This->lpVtbl = &DLBindStatusCallback_Vtbl; IBackgroundCopyFile_AddRef((IBackgroundCopyFile *) file); This->file = file; This->ref = 1; return This; }