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