ITsSbResourceNotificationEx::NotifyTargetChangeEx method (sbtsv.h)

Notifies registered plug-ins about state changes in a target object.

Syntax

HRESULT NotifyTargetChangeEx(
  [in] BSTR  targetName,
  [in] DWORD targetChangeType
);

Parameters

[in] targetName

The name of the target.

[in] targetChangeType

A value of the TARGET_CHANGE_TYPE enumeration that specifies the type of change that occurred in a target.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header sbtsv.h

See also

ITsSbResourceNotification

ITsSbResourceNotificationEx