pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] New functions for the Time Module


From: Aleksander Morgado
Subject: Re: [pdf-devel] New functions for the Time Module
Date: Sat, 26 Jul 2008 11:53:25 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

Hi Zac,
> address@hidden pdf_status_t pdf_time_w32_set_from_filetime (pdf_time_t
> @var{time_var}, pdf_i64_t @var{filetime})
>   
Just started implementing this, and found that probably it's better for
you to have the function defined like this:

pdf_status_t
pdf_time_w32_set_from_filetime(pdf_time_t time_var, const FILETIME
*p_filetime);

In this case, I'll do the work of inserting the filetime values inside a
pdf_i64_t. And as this function will only be compiled in w32, then we
don't have any portability issue due to having used FILETIME structure
directly.

What do you think?

-Aleksander




reply via email to

[Prev in Thread] Current Thread [Next in Thread]