You are reading help file online using chmlib.com
|
ISpTaskManager::TerminateTask interrupts the specified task.
HRESULT TerminateTask(
DWORD dwTaskId,
ULONG ulWaitPeriod
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
S_FALSE | Method timed out. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|