man RDLP_GetOSVersionString (Fonctions bibliothèques) - RDLP_GetOSVersionString

NAME

RDLP_GetOSVersionString - read the version of PalmOS that a Palm device is running

LIBRARY

libpconn

SYNOPSIS

#include <palm.h>#include <pconn/pconn.h>RDLP_GetOSVersionString PConnection *pconn

DESCRIPTION

queries the Palm to find out which version of PalmOS it is running. This is returned as a pointer to a string.

RETURN VALUE

returns an integer. Presumably this is the address of the memory location where the OS version string is located. If so, this string should then be read with RDLP_MemMove()

SEE ALSO

BUGS

This function is untested.