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_Foundation’, ‘Win32_System_Com’
Fields
lpServiceType: *mut GUIDlpServiceName: PSTRlpComment: PSTRlpLocale: PSTRdwDisplayHint: RESOURCE_DISPLAY_TYPEdwVersion: u32dwTime: u32lpMachineName: PSTRlpServiceAddress: *mut SERVICE_ADDRESSESServiceSpecificInfo: BLOB