VsDebugTargetInfo4.bstrCurDir Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BSTR containing the current directory (DLO_CreateProcess).
public: System::String ^ bstrCurDir;
public: Platform::String ^ bstrCurDir;
std::wstring bstrCurDir;
public string bstrCurDir;
val mutable bstrCurDir : string
Public bstrCurDir As String
Field Value
Remarks
For more information, see the section about lpCurrentDirectory
in the topic CreateProcess.