Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
NetIPC 3000/XL Programmer's Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 3 NetIPC Intrinsics

IPCNAMERASE

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

Deletes a name associated with a call socket descriptor.

Syntax

IPCNAMERASE  (socketname,nlen,result)

Parameters

socketname (input)

Character array, by reference. The socket name, bound to a socket, which is to be removed.

nlen (input)

32-bit integer, by value. The length in bytes of the specified socket name. Maximum is 16.

result (output)

32-bit integer, by reference. The error code returned; zero if no error.

Description

If a socket has been named with the IPCNAME intrinsic, the owner of the socket may remove the name by means of the IPCNAMERASE intrinsic. The owner is the process which created the socket or, if the socket has been given away, the process which has acquired it.

All the parameters are required. Condition codes returned by this intrinsic are:

  • CCE — Succeeded.

  • CCL — Failed.

  • CCG — Not returned by this intrinsic.

This intrinsic cannot be called in split stack mode.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.