Nicholas Brower ced60b41cc Merged PR 1941: adding ms.date to each mdm topic
adding ms.date to each mdm topic
2017-06-26 21:36:04 +00:00

1.3 KiB
Raw Blame History

title, description, ms.assetid, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description ms.assetid ms.author ms.topic ms.prod ms.technology author ms.date
ICSPNode Execute ICSPNode Execute 5916e7b7-256d-49fd-82b6-db0547a215ec maricia article w10 windows nickbrower 06/19/2017

ICSPNode::Execute

This method runs a task on an internally-transactioned configuration service provider node by passing in the specified user data and returning a result. The exact meaning of Execute and whether it is even supported depends on the purpose of the node. For example, Execute called on a node that represents a file should probably ShellExecute the file, whereas calling Execute on a registry node generally does not make sense.

Syntax

HRESULT Execute([in] VARIANT varUserData);

Parameters

varUserData
    Data to pass into the execution.

Return Value

A value of S_OK indicates that the operation was performed successfully on the node. E_NOTIMPL should be returned if this method is not implemented.

Remarks

Externallytransactioned nodes do not support this method.

Requirements

Header: None

Create a custom configuration service provider