Procedure 14

Undefine Registers

capability

 

resource name length

 

resource name

 

pattern length

 

pattern

 

REQUEST

If the resource specified is known to the server and the access capability is valid those registers selected from the total available using the supplied pattern are removed from those known by the server for the specified resource.

procedure status

RESPONSE

procedure status indicates the result of the request.

0

success

1

resource not known

3

capability is invalid

procedure status

XDR Specification

procedure   UndefineRegisters (cap, res, patt)   returns(status)
            capability    cap;
            resource    res;
            pattern    patt;
            stat    status;

Implementation

This procedure is provided in versions 1 and 2 of the protocol.