Contents Index Topic Contents | ||
Previous Topic: ITaskTrigger::GetTriggerString Next Topic: Structures |
ITaskTrigger::SetTrigger
HRESULT SetTrigger( const PTASK_TRIGGER pTrigger );Sets the task trigger values.
- Returns one of the following values:
S_OK The operation was successful. E_INVALIDARG The arguments are not valid. E_OUTOFMEMORY Not enough memory is available.
- pTrigger
- Address of a TASK_TRIGGER structure containing the values that define the new task trigger.
See also ITaskTrigger::GetTrigger
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.