Convert "C" to "VB6"

30/04/2005 - 21:54 por Wiley Coyote | Informe spam
Given the following "C" code:

INTERNET_BUFFERS BufferIn = {0};
... other statements
if(!HttpSendRequestEx( hRequest, &BufferIn, NULL, HSR_INITIATE, 0)) --.>
Bufferin used here

I understand all of this, but I need to convert the code so as to use a
BUFFER in VB6.

How would I convert this to be used in VB6?

TX.
 

Leer las respuestas

#1 Angel J. Hernández M.
02/05/2005 - 07:47 | Informe spam
BUFFER is a struct. I need to know what it contains, don't you think?

Regards,


Angel J. Hernández M.
MCP - MCAD - MCSD - MCDBA
http://groups.msn.com/desarrolladoresmiranda


"Wiley Coyote" escribió en el mensaje
news:%
Given the following "C" code:

INTERNET_BUFFERS BufferIn = {0};
... other statements
if(!HttpSendRequestEx( hRequest, &BufferIn, NULL, HSR_INITIATE, 0)) --.>
Bufferin used here

I understand all of this, but I need to convert the code so as to use a
BUFFER in VB6.

How would I convert this to be used in VB6?

TX.



Preguntas similares