NWGetMediaMgrObjChildrenList(3nw)


NWGetMediaMgrObjChildrenList -- returns a list of children belonging to a given media manager parent object

Synopsis

   #include <nwfse.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetMediaMgrObjChildrenList (NWCONN_HANDLE conn, nuint32 startNum, nuint32 objType, nuint32 parentObjNum, NWFSE_MEDIA_MGR_OBJ_LIST N_FAR * fseMediaMgrObjList);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

startNum
(IN) Specifies the value returned in nextStartObjNum of NWFSE_MEDIA_MGR_OBJ_LIST; Normally, zero (0) on the first call.

objType
(IN) Specifies one of the types defined in nwfse.h, such as ADAPTER_OBJECT or MIRROR_OBJECT.

parentObjNum
(IN) Specifies the parent object ID number such as one returned by NWGetMediaMgrObjList.

fseMediaMgrObjList
(OUT) Points to NWFSE_MEDIA_MGR_OBJ_LIST listing media manager object's children.

Return values

0x00000
SUCCESSFUL

0x8979
Invalid Start Number, Object Type, or Parent Object Number

0x897E
NCP_BOUNDARY_CHECK_FAILED

Notices

To call NWGetMediaMgrObjChildrenList, you must have console operator rights.

Services

File Server Environment

NCP calls

0x2222 123 32
Get Media Manager Object Children's List

References

NWGetLoadedMediaNumList(3nw), NWGetMediaMgrObjInfo(3nw), NWGetMediaMgrObjList(3nw), NWGetMediaNameByMediaNum(3nw), NWGetProtocolStkNumsByMediaNum(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.