INetDiagHelperUtilFactory::CreateUtilityInstance method (ndhelper.h)

The CreateUtilityInstance method is used by the Network Diagnostics Framework (NDF). This method is reserved for system use.

Syntax

HRESULT CreateUtilityInstance(
  [in]  REFIID riid,
  [out] void   **ppvObject
);

Parameters

[in] riid

Reserved for system use.

[out] ppvObject

Reserved for system use.

Return value

This method does not return a value.

Remarks

This method is reserved for system use.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header ndhelper.h

See also

INetDiagHelperUtilFactory