HOLDS_INFO

Defines information for an object that places a hold on an account

Service:Accounting
Defined In:nwacct.h

Structure

   typedef struct 
   { 
      nuint32   objectID ; 
      nint32    amount ; 
   } HOLDS_INFO; 
   
   

Pascal Structure

   uses calwin32 
    
      HOLDS_INFO = packed Record 
         objectID : nuint32; 
         amount : nint32 
      End; 
   
   

Fields

objectID
Specifies the object ID of the server placing the hold. Multiple holds from the same server are combined.
amount
Specifies the amount of the associated objectID ’s hold.