2019-06-06 11:31:31 -07:00

1.3 KiB
Raw Blame History

title, description, ms.assetid, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description ms.assetid ms.reviewer manager ms.author ms.topic ms.prod ms.technology author ms.date
ICSPNode Execute ICSPNode Execute 5916e7b7-256d-49fd-82b6-db0547a215ec dansimp v-madhi article w10 windows manikadhiman 06/26/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