Contents Index Topic Contents | ||
Previous Topic: IScheduledWorkItem::GetExitCode Next Topic: IScheduledWorkItem::GetIdleWait |
IScheduledWorkItem::GetFlags
HRESULT GetFlags( DWORD * pdwFlags );Returns the flags that modify the task's behavior.
- 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.
- pdwFlags
- Address of a value that contains the description of how the task behaves. For a list of the flags, see IScheduledWorkItem::SetFlags.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.