Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DEPRECATED. DO NOT USE.
HRESULT GetHostMachineName_V7 (
BSTR* pbstrHostMachineName
);
int GetHostMachineName_V7 (
out string pbstrHostMachineName
);
Parameters
- pbstrHostMachineName
[out] Returns the name of the machine in which the program is running.
Return Value
An implementation should always return E_NOTIMPL.
Remarks
Warning
As of Visual Studio 2005, this method is no longer used and should always return E_NOTIMPL.