#[repr(C)]pub struct WS_NETPIPE_URL {
pub url: WS_URL,
pub host: WS_STRING,
pub port: u16,
pub portAsString: WS_STRING,
pub path: WS_STRING,
pub query: WS_STRING,
pub fragment: WS_STRING,
}Expand description
Required features: ‘Win32_Networking_WindowsWebServices’, ‘Win32_Foundation’
Fields
url: WS_URLhost: WS_STRINGport: u16portAsString: WS_STRINGpath: WS_STRINGquery: WS_STRINGfragment: WS_STRING