Set method of the MSFT_DtcAdvancedSettingTask class
Updates a DTC instance specific property in the registry.
Syntax
uint32 Set(
[in] string DtcName,
[in] string Subkey,
[in] string Name,
[in] string Value,
[in] string Type
);
Parameters
-
DtcName [in]
-
The name of the DTC instance.
-
Subkey [in]
-
The subkey name of the property to update.
-
Name [in]
-
The name of the property to update.
-
Value [in]
-
The new property value to use for the update.
-
Type [in]
-
The type of new property value.
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 |
MOF |
|
DLL |
|