Contents Index Topic Contents | ||
Previous Topic: ITask::GetPriority Next Topic: ITask::GetWorkingDirectory |
ITask::GetTaskFlags
HRESULT GetTaskFlags( 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 ITask::SetTaskFlags.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.