IPCSHUTDOWN

Releases a descriptor and any resources associated with it.

IPCSHUTDOWN(descriptor,flags,opt,result)

descriptor

32-bit integer, by value in Pascal, by

 

reference in FORTRAN. The descriptor to be released.

 

May be a call socket descriptor, VC socket descriptor, or path

 

report descriptor.

flags

32-bit integer, by reference. A 32bit map of

 

special request bits. This parameter is reserved for future use.

 

All bits must be clear (set to zero).

opt

Byte array (Pascal); Integer array

 

(FORTRAN), by reference. An array of options and

 

associated information. This parameter is reserved for future

 

use. You must initialize the opt parameter to contain zero

 

arguments.

result

32-bit integer, by reference. The error code

 

returned; zero if no error.

Network Interprocess Communication 619