Struct windows_sys::Win32::Management::MobileDeviceManagementRegistration::MANAGEMENT_REGISTRATION_INFO
#[repr(C)]pub struct MANAGEMENT_REGISTRATION_INFO {
pub fDeviceRegisteredWithManagement: BOOL,
pub dwDeviceRegistionKind: u32,
pub pszUPN: PWSTR,
pub pszMDMServiceUri: PWSTR,
}
Expand description
Required features: "Win32_Management_MobileDeviceManagementRegistration"
, "Win32_Foundation"
Fields§
§fDeviceRegisteredWithManagement: BOOL
§dwDeviceRegistionKind: u32
§pszUPN: PWSTR
§pszMDMServiceUri: PWSTR