Contents Index Topic Contents | ||
Previous Topic: IScheduledWorkItem::GetTrigger Next Topic: IScheduledWorkItem::GetTriggerString |
IScheduledWorkItem::GetTriggerCount
HRESULT GetTriggerCount( WORD * plCount );Retrieves the number of triggers for the current task.
- 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.
- plCount
- Address of a value that contains the total count of all triggers that are currently associated with the task.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.