NWDSGetPartitionExtInfoPtr

Retrieves a pointer to the 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) NWDSGetPartitionExtInfoPtr  ( 
     NWDSContextHandle   context,  
     pBuf_T              buf,  
     ppnstr8             infoPtr,  
     ppnstr8             infoPtrEnd); 
  

Pascal

  uses netwin32 
   
  Function NWDSGetPartitionExtInfoPtr  ( 
     context : NWDSContextHandle; 
     buf : pBuf_T; 
     infoPtr : ppnstr8; 
     infoPtrEnd : ppnstr8 
  ) : NWDSCCODE;
  

Parameters

context

(IN) Specifies the NDS context for the request.

buf

(IN) Points to the result buffer received from calling the NWDSListPartitionsExtInfo function.

infoPtr

(OUT) Points to the returned information.

infoPtrEnd

(OUT) Points to the end of the returned information.

Return Values

0x0000 0000

SUCCESSFUL

nonzero value

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

Remarks

See Section 5.20, DSP Replica Information Flags.

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

NCP Calls

See Also

NWDSGetPartitionExtInfo, NWDSGetServerName, NWDSListPartitions, NWDSListPartitionsExtInfo