Address Check Callback Function
Typedefs | |
| typedef void | SOMCheckAddressCallback(struct SOMSession *session, void *ophandle, void *clientdata, struct SOMCheckResults *data, int status, const char *errstring) |
| Prototype for callback for check address completion. | |
Detailed Description
Description of the function call for address checking
Typedef Documentation
◆ SOMCheckAddressCallback
| typedef void SOMCheckAddressCallback(struct SOMSession *session, void *ophandle, void *clientdata, struct SOMCheckResults *data, int status, const char *errstring) |
Prototype for callback for check address completion.
- Parameters
-
session [in] Pointer to address of session object ophandle [in] Data associated with operation clientdata [in] Data associated with session data [in] Internal SOM data handle status [in] Status for the operation errstring [in] Supplementary error text
- Returns
- no return value
Definition at line 84 of file checkaddress.h.