HOLDS_INFO
Defines information for an object that places a hold on an account
typedef struct
{
nuint32 objectID ;
nint32 amount ;
} HOLDS_INFO;
uses calwin32
HOLDS_INFO = packed Record
objectID : nuint32;
amount : nint32
End;