Converts a DOS format date and time value to ECMA's local date and time format.
#include <smsutapi.h>
UINT32 NWSMDOSTimeToECMA (
UINT32 dosDateTime,
ECMATime *ecmaTime);
(IN) Specifies the DOS packed date and time value to convert.
(OUT) Points to the ECMA equivalent of dosDateTime.
NWSMDOSTimeToECMA always returns zero.