IDebugCoreServer2::GetMachineUtilities_V7

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This method gets the machine utilities for a server.

Note

This method is obsolete: do not use (Visual Studio always returns E_NOTIMPL if this method is called). It is retained for historical reasons.

Syntax

HRESULT GetMachineUtilities_V7(
   IDebugMDMUtil2_V7** ppUtil
);
int GetMachineUtilities_V7(
   out IDebugMDMUtil2_V7 ppUtil
);

Parameters

ppUtil
[out] Returns an IDebugMDMUtil2_V7 interface that represents the machine utilities information.

Return Value

Always returns E_NOTIMPL, indicating that the method is not implemented.

Remarks

Visual Studio always returns E_NOTIMPL if this method is called.

See also