Home
last modified time | relevance | path

Searched refs:ASYNCINET (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/rapps/include/
H A Dasyncinet.h19 typedef struct __AsyncInet ASYNCINET, * pASYNCINET; typedef
50 } ASYNCINET, * pASYNCINET; typedef
/reactos/base/applications/rapps/
H A Dasyncinet.cpp48 AsyncInet = (pASYNCINET)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(ASYNCINET)); in AsyncInetDownload()