Contents Index Topic Contents | ||
Previous Topic: HTTP_VERSION_INFO Next Topic: INTERNET_AUTHNOTIFY_DATA |
INTERNET_ASYNC_RESULT
typedef struct { DWORD dwResult; DWORD dwError; } INTERNET_ASYNC_RESULT, * LPINTERNET_ASYNC_RESULT;Contains the result of a call to an asynchronous function. This structure is used with INTERNET_STATUS_CALLBACK.
- dwResult
- HINTERNET, DWORD, or BOOL return code from an asynchronous function.
- dwError
- Error message if dwResult indicates that the function failed. If the operation succeeded, this member usually contains ERROR_SUCCESS.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.