Returns True if Rational ClearQuest is running on a Windows machine and False otherwise.
Perl
$session->IsWindows();
$is_windows_flag = $my_session->IsWindows();