Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

OW32::CAsyncResolverHostCallback Class Reference

Callback from gethostbyname or gethostbyaddr. More...

#include <AsyncResolverHostCallback.h>

List of all members.

Public Member Functions

virtual void OnResolved (void *context, AsyncResolverError status, hostent *he)=0
 Called when name resolution has completed.


Detailed Description

Callback from gethostbyname or gethostbyaddr.


Member Function Documentation

virtual void OW32::CAsyncResolverHostCallback::OnResolved void *  context,
AsyncResolverError  status,
hostent *  he
[pure virtual]
 

Called when name resolution has completed.

Parameters:
context User context data.
status ARES_SUCCESS if successful, or an error code.
he The resolved name, if any.


The documentation for this class was generated from the following file:
Generated on Sun Jun 5 01:29:21 2005 for OW32 by  doxygen 1.3.9.1