IRDVTaskPlugin::Initialize method
Called to initialize the task agent.
Syntax
HRESULT Initialize(
[in] IRDVTaskPluginNotifySink *pNotifySink
);
Parameters
-
pNotifySink [in]
-
Type: IRDVTaskPluginNotifySink*
A pointer to an IRDVTaskPluginNotifySink interface that the task agent uses to communicate with the trigger agent. You must release this interface when it is no longer needed.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 Enterprise |
Minimum supported server |
Windows Server 2008 R2 |