NWDPPsmCancelShutdownPSM

Cancels a previous request to shut down the NDPS TM Manager

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


Syntax

#include <nwdp_psm.h>  

N_EXTERN_LIBRARY (nint) NWDPPsmCancelShutdownPSM (
NWDPAccessorRef accessorRef,
NWDPPsmRef psmRef,
pNWDPNameOrOid reservedPtr);


Parameters

accessorRef

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


psmRef

(IN) Specifies the reference to the NDPS Manager with the canceled shutdown.


reservedPtr

(IN) Is reserved (pass NULL).


Return Values

0x00000000

N_SUCCESS

0xFFFFFFFE

NWDP_RC_INVALID_ACCESSOR

0xFFFFFFFF

N_FAILURE


Remarks

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

0x00150001L NWDP_LE_OTHER_NDPS_ERROR_RETURN


See Also

NWDPPsmShutdownPSM