|
9#
楼主 |
发表于 2013-5-14 10:38:32
|
只看该作者
BcdDeviceObjectElementTypes enumeration
Specifies the device object element types.
Syntax
typedef enum BcdDeviceObjectElementTypes {
BcdDeviceInteger_RamdiskImageOffset = 0x35000001,
BcdDeviceInteger_TftpClientPort = 0x35000002,
BcdDeviceInteger_SdiDevice = 0x31000003,
BcdDeviceInteger_SdiPath = 0x32000004,
BcdDeviceInteger_RamdiskImageLength = 0x35000005,
BcdDeviceBoolean_RamdiskExportAsCd = 0x36000006,
BcdDeviceInteger_RamdiskTftpBlockSize = 0x36000007,
BcdDeviceInteger_RamdiskTftpWindowSize = 0x36000008,
BcdDeviceBoolean_RamdiskMulticastEnabled = 0x36000009,
BcdDeviceBoolean_RamdiskMulticastTftpFallback = 0x3600000A,
BcdDeviceBoolean_RamdiskTftpVarWindow = 0x3600000B
} BcdDeviceObjectElementTypes;
Constants
BcdDeviceInteger_RamdiskImageOffset
The RAM disk image offset. The element data format is BcdIntegerElement.
BcdDeviceInteger_TftpClientPort
The IP port number to be used for Trivial File Transfer Protocol (TFTP) reads. The element data format is BcdIntegerElement.
If this value is not specified, the default TFTP protocol port is used.
BcdDeviceInteger_SdiDevice
The device that contains the SDI object. The element data format is BcdDeviceElement.
BcdDeviceInteger_SdiPath
The path from the root of the SDI device to the RAM disk file. The element data format is BcdStringElement.
BcdDeviceInteger_RamdiskImageLength
The length of the image for the RAM disk. The element data format is BcdIntegerElement.
BcdDeviceBoolean_RamdiskExportAsCd
Enables exporting the RAM disk as a CD. The element data format is BcdBooleanElement.
BcdDeviceInteger_RamdiskTftpBlockSize
Defines the TFTP block size for the RAM disk Windows Imaging (WIM) file. The element data format is BcdIntegerElement.
BcdDeviceInteger_RamdiskTftpWindowSize
Defines the TFTP window size for the RAM disk WIM file. The element data format is BcdIntegerElement.
BcdDeviceBoolean_RamdiskMulticastEnabled
Enables or disables multicast for the RAM disk WIM file. The element data format is BcdBooleanElement.
BcdDeviceBoolean_RamdiskMulticastTftpFallback
Enables fallback to TFTP if multicast fails. The element data format is BcdBooleanElement.
BcdDeviceBoolean_RamdiskTftpVarWindow
Enables or disables the TFTP variable window size extension. The element data format is BcdBooleanElement.
Note This value is supported starting in Windows 8 and Windows Server 2012.
=======================
上面有关TFTP的其它定义,不知怎处理? |
|