WDSTRANSPORT_SERVICE_NOTIFICATION enumeration (wdstptmgmt.h)
Specifies what action needs to be taken when notifying WDS transport services, such as rereading their settings following a configuration change.
Syntax
typedef enum __MIDL___MIDL_itf_wdstptmgmt_0000_0000_0005 {
WdsTptServiceNotifyUnknown = 0,
WdsTptServiceNotifyReadSettings = 1
} WDSTRANSPORT_SERVICE_NOTIFICATION, *PWDSTRANSPORT_SERVICE_NOTIFICATION;
Constants
WdsTptServiceNotifyUnknown Value: 0 Default value that indicates that the notification type is not known. |
WdsTptServiceNotifyReadSettings Value: 1 Specifies that the WDS transport services should reread their settings to pick up recent updates. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wdstptmgmt.h |