DelayedBootWorkComplete (Compact 2013)
3/28/2014
This function is used by an application to inform the system that it has completed the delayed work.
Syntax
HRESULT DelayedBootWorkComplete(
DWORD dwCompletionToken
}
Parameters
- dwCompletionToken
The token received from the call to RegisterDelayedBootWork.
Returned Value
If successful, this function returns S_OK.
Remarks
Although this function is not required, it allows the system to move on to the next queued item more promptly.
Requirements
Header |
delayedbootwork.h |