ITask::GetWorkingDirectoryITask::GetWorkingDirectory*
*Contents  *Index  *Topic Contents
*Previous Topic: ITask::GetTaskFlags
*Next Topic: ITask::SetApplicationName

ITask::GetWorkingDirectory

HRESULT GetWorkingDirectory(
    LPWSTR * ppwszWorkingDirectory
);

Retrieves the task's working directory.

ppwszWorkingDirectory
Address of an LPWSTR that contains the task's working directory. The method that invokes GetWorkingDirectory is responsible for freeing this string using the CoTaskMemFree function.

See also ITask::SetWorkingDirectory

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.