IBackgroundCopyJob::GetTimes method
Retrieves job-related time stamps, such as the time that the job was created or last modified.
Syntax
HRESULT GetTimes(
[out] BG_JOB_TIMES *pTimes
);
Parameters
-
pTimes [out]
-
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 |
---|---|
|
Time stamps were successfully retrieved. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10, version 1709 [desktop apps only] |
Minimum supported server |
Windows Server, version 1709 [desktop apps only] |
Header |
|
IDL |
|
Library |
|
DLL |
|
IID |
IID_IBackgroundCopyJob is defined as 37668D37-507E-4160-9316-26306D150B12 |