MM_ReturnClassInfo

Returns information about the class from the ClassGenericInfoDef structure.

Local Servers:Blocking
NetWare Server: 5.x
Platform:NLM
Service:Media Manager

Syntax

  LONG MM_ReturnClassInfo ( 
     LONG                         class, 
     Struct ClassGenericInfoDef   info); 
  
  

Parameters

class
Identifies the class, e.g. MM_IO_CLASS. (Class numbers are found in mmpublic.h.)
Info
A pointer to a ClassGenericInfoDef structure that this API fills out.

Return Values

The following table lists return values and descriptions.

0x00000016

MM_PARAMETER_ERROR

Info is NULL.

0x00000207

MM_INVALID_CLASS

Class is invalid.