Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
SyncBody contains one or more DM commands.
Code Example
The following example shows the body component of a DM
Message. In this example SyncBody contains only one command,
Replace
. This is indicated by the
<Final />
tag which occurs immediately after the
terminating tag for the
Replace
command.
Copy Code | |
---|---|
<SyncBody> <!-- change a registry settings --> <Replace> <CmdID>2</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/Registry/SampleKey</LocURI> </Target> <Data>16</Data> </Item> </Replace> <Final /> </SyncBody> |