perl_mlb

 view release on metacpan or  search on metacpan

os2/OS2/Process.pm  view on Meta::CPAN

=head2 Control of the PM data

=over

=item ActiveDesktopPathname()

gets the path of the directory which corresponds to Desktop.

=item ClipbrdText()

gets the content of the clipboard.  An optional argument is the format
of the data in the clipboard (defaults to C<CF_TEXT>).

Note that the usual convention is to have clipboard data with
C<"\r\n"> as line separators.

=item ClipbrdText_set($txt)

sets the text content of the clipboard.  Unless the optional argument
is TRUE, will convert newlines to C<"\r\n">.  Another optional
argument is the format of the data in the clipboard (defaults to
C<CF_TEXT>).

=item 	InvalidateRect

=item	CreateFrameControl

=item	ClipbrdFmtInfo

=item	ClipbrdOwner

os2/OS2/Process.pm  view on Meta::CPAN

=item	AtomName

=item	AtomLength

=item	SystemAtomTable

=item	CreateAtomTable

=item	DestroyAtomTable

Low-level methods to access clipboard and the atom table(s).

=back

=head1 OS2::localMorphPM class

This class morphs the process to PM for the duration of the given scope.

  {
    my $h = OS2::localMorphPM->new(0);
    # Do something



( run in 4.011 seconds using v1.01-cache-2.11-cpan-84e82930d8c )