#[repr(C)]pub struct WLDP_DEVICE_SECURITY_INFORMATION {
pub UnlockIdSize: u32,
pub UnlockId: *mut u8,
pub ManufacturerIDLength: u32,
pub ManufacturerID: PWSTR,
}Expand description
Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’
Fields
UnlockIdSize: u32UnlockId: *mut u8ManufacturerIDLength: u32ManufacturerID: PWSTR