MM_ObjectControl

Used to submit an operation directly to an object.

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

Syntax

  LONG MM_ObjectControl ( 
      OBID   objectID, 
      LONG   operation, 
      LONG   parameter1, 
      LONG   parameter2, 
      LONG   parameter3, 
      LONG   bufferLength, 
      void  *buffer ); 
  
  

Parameters

objectID
This parameter identifies the reserved IO object. It is obtained by calling MM_ReserveIOObject.
operation
This parameter indicates the operation to be performed by objectID. For a list of applicable operations, see File System Application Operations.
Parameter1
Defined by the operation.
Parameter2
Defined by the operation.
Parameter3
Defined by the operation.
BufferLength
Defined by the operation.
buffer
Defined by the operation.

Return Values

The following table lists return values and descriptions.

0x00000000

MM_OK

0x00000107

MM_FUNCTION_NOT_SUPPORTED

See Also