Share via


Get method of the MSFT_DtcAdvancedSettingTask class

Retrieves a DTC instance specific property from the registry.

Syntax

uint32 Get(
  [in]  string DtcName,
  [in]  string Subkey,
  [in]  string Name,
  [out] string cmdletOutput
);

Parameters

DtcName [in]

The name of the DTC instance.

Subkey [in]

The subkey name of the property to retrieve.

Name [in]

The name of the property to retrieve.

cmdletOutput [out]

The string representation of the retrieved property.

Return value

Returns "0" on success, otherwise returns a WMI error code.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\MsDTC
Header
Wbemcli.h
MOF
Msdtcwmi.mof
DLL
MsDtcWmi.dll

See also

MSFT_DtcAdvancedSettingTask