[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 2

getmid Utility

Purpose

Returns a module ID.

Syntax


ushort
getmid(name)
char name;

Description

The getmid utility returns the module ID for the module identified by the name parameter.

This utility is part of STREAMS Kernel Extensions.

Parameters

name Specifies the module to be identified.

Return Values

On successful completion, the getmid utility returns the module ID. Otherwise, it returns a value of 0.

Related Information

List of Streams Programming References, Understanding STREAMS Drivers and Modules in AIX 5L Version 5.2 Communications Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]