|
RtnGetDeviceFromIpAddress converts a binary IP address in network byte order into the network device pointer for the particular device.
Syntax
void * RtnGetDeviceFromIpAddress(
unsigned long ipAddress
);
Parameters
ipAddress
Binary IP address in network byte order
Return Values
A pointer to a Network Device data structure. Opaque network device identifier (pointer).
Requirements
Header | Drvutl.h |
Library | Rtxtcpip.lib |