VsDebugTargetInfo2.bstrCurDir Field

Definition

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.

Applies to