NWDSGetPartitionExtInfo

Retrieves replica information from a result buffer filled by the NWDSListPartitionsExtInfo function.

NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98, Windows 2000, Windows XP
Library:Cross-Platform NDS (NET*.*)
Service:NDS

Syntax

C

  #include <nwnet.h> 
  or 
  #include <nwdsbuft.h> 
   
  N_EXTERN_LIBRARY (NWDSCCODE) NWDSGetPartitionExtInfo  ( 
     NWDSContextHandle   context,  
     pnstr8              infoPtr,  
     pnstr8              limit,  
     nflag32             infoFlag,  
     pnuint32            length,  
     nptr                data); 
  

Pascal

  uses netwin32 
   
  Function NWDSGetPartitionExtInfo  ( 
     context : NWDSContextHandle; 
     infoPtr : pnstr8; 
     limit : pnstr8; 
     infoFlag : nflag32; 
     length : pnuint32; 
     data : nptr 
  ) : NWDSCCODE;
  

Parameters

context

(IN) Specifies the NDS context for the request.

infoPtr

(IN) Points to the information returned from calling the NWDSListPartitionsExtInfo function.

limit

(IN) Points to the end of the buffer pointed to by the infoPtr parameter and used for overflow checking.

infoFlag

(IN) Specifies the data element to retrieve from the buffer pointed to by the infoPtr parameter. For a list of possible flags, see Section 5.20, DSP Replica Information Flags.

length

(IN) Points to the size of the returned information.

data

(OUT) Points to the returned information.

Return Values

0x0000 0000

SUCCESSFUL

nonzero value

Nonzero values indicate errors. See NDS Return Values (–001 to –799).

Remarks

Call NWDSGetPartitionExtInfo repeatedly to access additional information stored in the infoPtr parameter.

For the complete steps for retrieving partition information see Listing Partitions and Retrieving Partition Information.

NCP Calls

See Also

NWDSGetPartitionExtInfoPtr, NWDSGetServerName, NWDSListPartitions, NWDSListPartitionsExtInfo