IAPI::GetFileTimeStamp

property GetFileTimeStamp.

Gets timestamp from a file (aka  its creation, modification and access time)

 

HRESULT GetFileTimeStamp(
  BSTR FileName,
  long *pVal
);

Parameters

FileName

[in] .   Full filename

pVal

[out, retval] The returned value is a handle of timestamp or 0 if failed

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI