Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Notifies the protocol provider that the state of the Remote Desktop Services service is changing.
Syntax
HRESULT NotifyServiceStateChange(
[in] WRDS_SERVICE_STATE *pTSServiceStateChange
);
Parameters
[in] pTSServiceStateChange
A pointer to a WRDS_SERVICE_STATE structure that specifies whether the service is starting, stopping, or changing its drain state.
Return value
When you are implementing this method, return S_OK if the function succeeds. If it fails, return an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Target Platform | Windows |
| Header | wtsprotocol.h |