BOOL = SaveObject(ULONG savetype, char *filename, ULONG mode)DESCRIPTION This member can be called to get information on an existing object or file. The m_dtGlobal.dtInfo structure is filled for your usage if successful.
INPUTS savetype - should be DTST_CLIPBOARD or DTST_FILE filename - pointer to a file name mode - should be either DTWM_IFF or DTWM_RAW for files, or NULL for clipboard
RESULT TRUE - if success FALSE - if failure
BUGS none known
SEE ALSO none