MM_SetObjectAttribute

Sets an object’s attributes to a desired value.

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

Syntax

  LONG MM_SetObjectAttribute ( 
     OBID   ioObject, 
     LONG   attributeID, 
     LONG   length, 
     void  *info ); 
  
  

Parameters

oiObject
Identifies the IO object associated with the attribute being set.
attributeID
The attribute identifier constant of the attribute to be set. This is not to be confused with an attribute object OBID.
length
The size, in bytes, of the new value for the attribute.
*info
A pointer to a buffer containing the new attribute value.

Return Values

The following table lists return values and descriptions.

0x00000000

MM_OK

The attribute was successfully set to the new value.

See Also