NWGetMediaMgrObjInfo(3nw)
NWGetMediaMgrObjInfo --
returns information about media manager objects (storage devices)
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetMediaMgrObjInfo
(NWCONN_HANDLE conn,
nuint32 objNum,
NWFSE_MEDIA_MGR_OBJ_INFO N_FAR
fseMediaMgrObjInfo);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- objNum
-
(IN) Specifies the object ID number returned by NWGetMediaMgrObjList representing the device you want information about.
- fseMediaMgrObjInfo
-
(OUT) Points to NWFSE_MEDIA_MGR_OBJ_INFO returning media manager object information.
Return values
- 0x0000
-
SUCCESSFUL
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
Notices
To call NWGetMediaMgrObjInfo, you must have console operator rights.
Media manager objects are storage devices which are managed by the OS in an object-oriented database to allow for the needs of current and future file system applications and
storage applications.
Services
File Server Environment
NCP calls
- 0x2222 123 30
-
Get Media Manager Object Information
References
NWGetLoadedMediaNumList(3nw),
NWGetMediaMgrObjChildrenList(3nw),
NWGetMediaMgrObjList(3nw),
NWGetMediaNameByMediaNum(3nw),
NWGetProtocolStkNumsByMediaNum(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.