#[repr(C)]pub struct WTS_VALIDATION_INFORMATIONW {
pub ProductInfo: _WTS_PRODUCT_INFOW,
pub License: [u8; 16384],
pub LicenseLength: u32,
pub HardwareID: [u8; 20],
pub HardwareIDLength: u32,
}Expand description
Required features: ‘Win32_System_RemoteDesktop’
Fields
ProductInfo: _WTS_PRODUCT_INFOWLicense: [u8; 16384]LicenseLength: u32HardwareID: [u8; 20]HardwareIDLength: u32