IWdsTransportConfigurationManager::NotifyWdsTransportServices method (wdstptmgmt.h)

Sends a notification to WDS transport services. The notification value is translated to the appropriate WDS transport service controls, and then these controls are sent to the appropriate services.

Syntax

HRESULT NotifyWdsTransportServices(
  [in] WDSTRANSPORT_SERVICE_NOTIFICATION ServiceNotification
);

Parameters

[in] ServiceNotification

A value of the WDSTRANSPORT_SERVICE_NOTIFICATION enumeration that specifies the type of service notification to be sent.

Return value

Standard HRESULT error values are used: S_OK for success; others for failure.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wdstptmgmt.h
DLL Wdstptmgmt.dll

See also

IWdsTransportConfigurationManager

WDSTRANSPORT_SERVICE_NOTIFICATION