Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 347 of file utility.c.
Referenced by SendAsyncCallback().
{ struct WORKREQ_SENDCALLBACK const *req = &workRequest->u.SendCallback; TRACE("%p\n", workRequest->hdr); INTERNET_SendCallback(workRequest->hdr, req->dwContext, req->dwInternetStatus, req->lpvStatusInfo, req->dwStatusInfoLength); /* And frees the copy of the status info */ HeapFree(GetProcessHeap(), 0, req->lpvStatusInfo); }