NWDPResCreateRefBasedOnAddr

Creates a Resource Management Service (RMS) reference based on a network address

Local Servers: blocking
Remote Servers: blocking
NetWare Server: 4.11, 5.x
Platform: NLM, Windows 95, Windows 98
Service: Distributed Print


Syntax

#include <nwdp_res.h>  

N_EXTERN_LIBRARY (nint) NWDPResCreateRefBasedOnAddr (
NWDPAccessorRef accessorRef,
pNWDPNetAddress addressPtr,
pNWDPResRef resRefPtr);


Parameters

accessorRef

(IN) Specifies the NWDPAccessorData structure whose fields are accessed by using the provided error macros.


addressPtr

(IN) Points to the address of the preferred resource manager NLMTM.


resRefPtr

(OUT) Points to the NWDPResRef containing the resource reference.


Return Values

0x00000000

N_SUCCESS

0xFFFFFFFE

NWDP_RC_INVALID_ACCESSOR

0xFFFFFFFF

N_FAILURE


Remarks

If the accessorRef parameter returns NWDP_EC_RESMAN_RESULT, the otherError field in the accessorRef parameter contains an error code from the Resource Manager. This error code correlates to the enumeration values found in the nwdp_err.h file.

If NWDPResCreateRefBasedOnAddr returns N_FAILURE, the NWDPLibErrorMac (accessorRef) contains the following:

0x01000004L NWDP_EC_STDIO
0x01100001L NWDP_EC_RESMAN_RESULT


See Also

NWDPResCreateRefBasedOnFQN
NWDPResCreateRefBasedOnSrsSAP