Contents Index Topic Contents | ||
Previous Topic: IScheduledWorkItem::GetComment Next Topic: IScheduledWorkItem::GetErrorRetryCount |
IScheduledWorkItem::GetCreator
HRESULT GetCreator( LPWSTR * ppwszCreator );Retrieves the work item's creator.
- 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.
- ppwszCreator
- Address of an LPWSTR that contains the current task's creator. The method that invokes GetCreator is responsible for freeing this string using the CoTaskMemFree function.
See also IScheduledWorkItem::SetCreator
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.