Adapters are the hardware or software devices uses to communicate with the network.
More...
|
#define | EWF_ADAPTER_STRUCT_MAGIC (0x000ADA7E) /* ~~ ada(p)te(r) */ |
|
#define | EWF_ADAPTER_STRUCT_SIZE (sizeof(struct _ewf_adapter)) |
|
#define | EWF_ADAPTER_VERSION (EWF_DEVELOPER_MICROSOFT | 0x0001) |
|
#define | EWF_ADAPTER_VALIDATE_POINTER(allocator_ptr) |
|
#define | EWF_ADAPTER_VALIDATE_POINTER_TYPE(interface_ptr, interface_type) |
|
Adapters are the hardware or software devices uses to communicate with the network.
◆ EWF_ADAPTER_VALIDATE_POINTER
#define EWF_ADAPTER_VALIDATE_POINTER |
( |
|
allocator_ptr | ) |
|
Value:do { \
if ((adapter_ptr == NULL) || \
(adapter_ptr->implementation_ptr == NULL)) \
{ \
EWF_LOG_ERROR("The adapter pointer is invalid.\n"); \
} \
} while(0)
@ EWF_RESULT_INVALID_FUNCTION_ARGUMENT
Definition: ewf.h:69