|
-
September 22nd, 1999, 05:10 PM
#1
type conversion
'BOOL HttpSendRequestEx(
' IN HINTERNET hRequest,
' IN LPINTERNET_BUFFERS lpBuffersIn,
' OUT LPINTERNET_BUFFERS lpBuffersOut,
' IN DWORD dwFlags,
' IN DWORD dwContext
');
'typedef struct _INTERNET_BUFFERS {
' DWORD dwStructSize;
' struct _INTERNET_BUFFERS% * next;
' LPCTSTR lpcszHeader;
' DWORD dwHeadersLength;
' DWORD dwHeadersTotal;
' LPVOID lpvBuffer;
' DWORD dwBufferLength;
' DWORD dwBufferTotal;
' DWORD dwOffsetLow;
' DWORD dwOffsetHigh;
'} INTERNET_BUFFERS, * LPINTERNET_BUFFERS;
anyone know how to convert those to vb types.. so i can call these functions?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|