MM_ReturnObjectSpecificInfo

Returns specific information, as typically defined by an object manager, about an object.

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

Syntax

  LONG MM_ReturnObjectSpecificInfo ( 
     OBID   objectID, 
     LONG   infoLength, 
     void   *info ); 
  
  

Parameters

objectID
Identifies the object the specific information will be obtained from.
infoLength
This indicates the size, in bytes, of the buffer to receive the specific info.
*info
This points to a structure where objectID’s specific information will be received.

Return Values

The following table lists return values and descriptions.

0x00000000

MM_OK

The specific information was successfully obtained.

0x00000001

MM_INVALID_OBJECT

objectID is invalid.

0x00000016

MM_PARAMETER_ERROR

*info is NULL.

0x0000020B

MM_BUFFER_TOO_SMALL

*info is too small, as defined by infoLength, to receive the specific information.

See Also

Section 3.10, Object Manager Class