WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS enumeration (wdstptmgmt.h)
Configures which WDS components have diagnostics enabled. WDS diagnostics log events to the system event log.
Syntax
typedef enum __MIDL___MIDL_itf_wdstptmgmt_0000_0000_0009 {
WdsTptDiagnosticsComponentPxe = 0x1,
WdsTptDiagnosticsComponentTftp = 0x2,
WdsTptDiagnosticsComponentImageServer = 0x4,
WdsTptDiagnosticsComponentMulticast = 0x8
} WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS, *PWDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS;
Constants
WdsTptDiagnosticsComponentPxe Value: 0x1 Diagnostics are enabled for the PXE component of WDS, which answers requests from clients performing a PXE network boot. This component is typically used by the WDS Deployment Server role but is also available for various third-party applications that use the WDS Transport Server role. |
WdsTptDiagnosticsComponentTftp Value: 0x2 Diagnostics are enabled for the TFTP component of WDS, which handles simple file transfers from clients that are typically in a pre-boot environment. This component is typically used by the WDS Deployment Server role but is also available for various third-party applications that use the WDS Transport Server role. |
WdsTptDiagnosticsComponentImageServer Value: 0x4 Diagnostics are enabled for the Image Server component of WDS, which handles client requests for enumerating operating system images on the server. This component is typically used by the WDS Deployment Server role. |
WdsTptDiagnosticsComponentMulticast Value: 0x8 Diagnostics are enabled for the Multicast component of WDS, which handles multicast file transfers from clients. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wdstptmgmt.h |