IBackgroundCopyJob::GetTimes method (bits.h)

Retrieves job-related time stamps, such as the time that the job was created or last modified.

Syntax

HRESULT GetTimes(
  [out] BG_JOB_TIMES *pVal
);

Parameters

[out] pVal

Contains job-related time stamps. For available time stamps, see the BG_JOB_TIMES structure.

Return value

This method returns the following HRESULT values, as well as others.

Return code Description
S_OK
Time stamps were successfully retrieved.
E_INVALIDARG
The pTimes parameter cannot be NULL.

Requirements

Requirement Value
Minimum supported client Windows XP
Minimum supported server Windows Server 2003
Target Platform Windows
Header bits.h
Library Bits.lib
DLL QmgrPrxy.dll

See also

BG_JOB_TIMES