Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.