Hold_T

Contains the eDirectory information for the attributes that use the Hold syntax.

Service:NDS
Defined In:nwdsattr.h and nwdsattr.inc

Structure

C

  typedef struct 
  { 
     pnstr8    objectName ; 
     nuint32   amount ; 
  } Hold_T;
  

Pascal

  Hold_T = Record 
        objectName : pnstr8; 
        amount : nuint32 
  End;
  

Fields

objectName

Points to the distinguished name of the server submitting the hold.

amount

Specifies the amount the server has requested to be held against the user’s credit limit.