MM_HJMediaRequestAck

Used by an application to acknowledge that media has been properly handled according to a load or unload request.

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

Syntax

  LONG MM_HJMediaRequestAck ( 
    struct InsertRequestDef  *mediaInfo, 
    LONG                     *ackCode, 
    LONG                      reserved ); 
  
  

Parameters

*mediaInfo
The information in this structure identifies the media and the device to or from which the media is to be loaded or unloaded.
*ackCode
Contents of this pointer would be either HJ_ACK_MESSAGE or HJ_NACK_MESSAGE indicating whether the request was or was not acknowledged by the application.
reserved
Reserved. Set to zero.

Return Values

The following table lists return values and descriptions.

0x00000000

MM_OK

0x00000008

MM_OBJECT_NOT_FOUND

See Also