#[repr(C)]pub struct WS_XML_UTF16_TEXT {
pub text: WS_XML_TEXT,
pub bytes: *mut u8,
pub byteCount: u32,
}Expand description
Required features: ‘Win32_Networking_WindowsWebServices’
Fields
text: WS_XML_TEXTbytes: *mut u8byteCount: u32#[repr(C)]pub struct WS_XML_UTF16_TEXT {
pub text: WS_XML_TEXT,
pub bytes: *mut u8,
pub byteCount: u32,
}Required features: ‘Win32_Networking_WindowsWebServices’
text: WS_XML_TEXTbytes: *mut u8byteCount: u32