IMsTscSecuredSettings::put_WorkDir
This method sets the value of the WorkDir property, which specifies the current working directory of the start program specified by the value of the StartProgram property.
HRESULT put_WorkDir(
BSTR workingDir
);
Parameters
- workingDir
[in] The string value the WorkDir property is to be set to.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the method returns a nonzero error code.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Discodlg.h. Mstsax.idl.
Link Library: Mstsax.lib.
See Also
IMsTscSecuredSettings | get_WorkDir
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.