Contents Index Topic Contents | ||
Previous Topic: IScheduledWorkItem::GetTriggerCount Next Topic: IScheduledWorkItem::GetWorkItemData |
IScheduledWorkItem::GetTriggerString
HRESULT GetTriggerString( WORD iTrigger, LPWSTR * ppwszTrigger );Retrieves a character string that describes the 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.
- iTrigger
- Value that specifies which trigger to retrieve.
- ppwszTrigger
- Address of a character string that contains the retrieved trigger description.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.