john klosak
2005-07-29 16:45:13 UTC
writing in MASM32 for windowsXP
I need to obtain a FileTime for an existing file
code:
invoke GetFileAttributesEx,ADDR <filename>,GetFileExInfoStandard,ADDR WFD
GetFileExInfoStandard does not seem to be defined and I get a compile error.
I'm afraid I dont know where to find the value for this parameter to input.
I looked in winbase.h but unsuccessful. winbase.inc doesnt exist.
any help in defining or clarifying this parameter would be very appreciated
thanks
John Klosak
I need to obtain a FileTime for an existing file
code:
invoke GetFileAttributesEx,ADDR <filename>,GetFileExInfoStandard,ADDR WFD
GetFileExInfoStandard does not seem to be defined and I get a compile error.
I'm afraid I dont know where to find the value for this parameter to input.
I looked in winbase.h but unsuccessful. winbase.inc doesnt exist.
any help in defining or clarifying this parameter would be very appreciated
thanks
John Klosak