Contents Index Topic Contents | ||
Previous Topic: ITaskTrigger Next Topic: ITaskTrigger::GetTriggerString |
ITaskTrigger::GetTrigger
HRESULT GetTrigger( PTASK_TRIGGER pTrigger );Retrieves the current task trigger.
- 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 that contains the current task trigger. You must set the cbTriggerSize member of the TASK_TRIGGER structure to be the size of the task trigger structure before passing it to this method.
See also ITaskTrigger::SetTrigger
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.