Sage-ST ä

Btrlist

Documentation

Unit Documentation (Unit description)
GetHandleState





  //*
  //  BtrList - Creation of lists that will always be sorted after adding items.
  //
  //
  //  Creation of a list that is always sorted.  Each item (the EntryValue or the
  //  DataValue) is currently limited to 150 chars long.  Lists can be set to allow
  //  only unique entries or may allow duplicate data items.
  //




  function GetHandleState
             (const ListHandle : ListHandleType) : ModSys.HandleState; stdcall;

  exports GetHandleState name 'BtrList_GetHandleState';

  //*
  //  GetHandleState - Gets the current state of the handle (HandleOpened or HandleClosed).
  //
  //
  //  This procedure gets the state of the handle.  It returns one of two values depending
  //  on whether the handle is currently open or closed.
  //
  //  CALLING SEQUENCE -
  //
  //    GetHandleState (ListHandle);
  //
  //  ENTRY -
  //
  //    ListHandle : ListHandleType
  //      The handle to be tested.
  //
  //  EXIT -
  //
  //    HandleState
  //      HandleClosed - The handle is currently closed.
  //      HandleOpen -  The handle is open for use.
  //




Send mail to   warren.merrill@inl.gov with questions or comments about this web site.
Copyright © 1989-2006 Battelle Energy Alliance