PasswordChange - GetPrompt

[C]

BSTR __cdecl FlowSshC_PasswordChange_GetPrompt(FlowSshC_PasswordChange* passwordChange);

[C++]

[PasswordChange] std::wstring GetPrompt() const;

[C#]

[PasswordChange] public string GetPrompt();

[C] Parameters

Return Value

A string that contains the server prompt.
[C] The caller must release the returned BSTR with SysFreeString.