Gets the name of this alias.
HRESULT GetName(
BSTR* pbstrName
);
int GetName(
out string pbstrName
);
Parameters
- pbstrName
[out] Name of the alias.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Gets the name of this alias.
HRESULT GetName(
BSTR* pbstrName
);
int GetName(
out string pbstrName
);
If successful, returns S_OK; otherwise, returns an error code.