RttcpipGetDeviceName
RttcpipGetDeviceName returns a pointer to the ASCII character name associated with this network device.
Syntax
CHAR * RttcpipGetDeviceName(
PVOID ndptr
);
Parameters
ndptr
Network Device Pointer. Opaque network device identifier (pointer).
Return Value
This function returns a pointer to the ASCII character name associated with the driver instance.
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
RttcpipApi.h |
Rttcpip.lib |
See Also:
- RtndInitDriverializeInterface
- RtndConfigure