RtnGetDevicePtr

RtnGetDevicePtr gets the network device pointer associated with ASCII network device name. RtnGetDevicePtr is normally called in the stack configuration routine to access network device structure from network device name which is read from the INI file.

Syntax

void * RtnGetDevicePtr(
    char *szDeviceName
);

Parameters

szDeviceName

Ascii device name.

Return Values

A network device pointer if the function succeeds, NULL if the function fails

Requirements

Header Drvutl.h
Library Rtxtcpip.lib
IntervalZero.com | Support | Give Feedback