Copyright Digital Equipment Corp. All rights reserved.

Arguments

 

pasteboard-id

   OpenVMS usage:identifier
   type:         longword (unsigned)
   access:       read only
   mechanism:    by reference

   Specifies the pasteboard to be deleted. The pasteboard-id
   argument is the address of an unsigned longword that contains
   the pasteboard identifier.

   The pasteboard identifier is returned by SMG$CREATE_PASTEBOARD.
 

flags

   OpenVMS usage:mask_longword
   type:         longword (unsigned)
   access:       read only
   mechanism:    by reference

   Optional bit mask specifying whether the screen is cleared after
   the specified pasteboard is deleted. The flags argument is the
   address of an unsigned longword that contains the flag. Valid
   values are as follows:

   0                  Does not clear the screen.
   SMG$M_ERASE_PBD    Clears the screen (default).
   SMG$M_IGNORE_      Deletes the pasteboard even if batching is in
   BATCHED            effect.