Struct windows_sys::Win32::Networking::WinSock::SERVICE_INFOA
#[repr(C)]pub struct SERVICE_INFOA {
pub lpServiceType: *mut GUID,
pub lpServiceName: PSTR,
pub lpComment: PSTR,
pub lpLocale: PSTR,
pub dwDisplayHint: RESOURCE_DISPLAY_TYPE,
pub dwVersion: u32,
pub dwTime: u32,
pub lpMachineName: PSTR,
pub lpServiceAddress: *mut SERVICE_ADDRESSES,
pub ServiceSpecificInfo: BLOB,
}Expand description
Required features: "Win32_Networking_WinSock", "Win32_System_Com"
Fields§
§lpServiceType: *mut GUID§lpServiceName: PSTR§lpComment: PSTR§lpLocale: PSTR§dwDisplayHint: RESOURCE_DISPLAY_TYPE§dwVersion: u32§dwTime: u32§lpMachineName: PSTR§lpServiceAddress: *mut SERVICE_ADDRESSES§ServiceSpecificInfo: BLOB