IWDTF2::get_Config method (wdtf.h)

Gets the WDTF configuration object.

This property is read-only.

Syntax

HRESULT get_Config(
  IWDTFCONFIG2 **ppConfig
);

Parameters

ppConfig

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows XP Professional
Minimum supported server Windows Server 2008
Target Platform Windows
Header wdtf.h

See also

IWDTF2

IWDTFConfig2