Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_OCTET_STRING
#[repr(C)]pub struct ADS_OCTET_STRING {
pub dwLength: u32,
pub lpValue: *mut u8,
}Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields§
§dwLength: u32§lpValue: *mut u8