Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
|
Time stamps were successfully retrieved. |
|
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 |