Struct windows_sys::Win32::Networking::WinSock::NSP_ROUTINE
#[repr(C)]pub struct NSP_ROUTINE {
pub cbSize: u32,
pub dwMajorVersion: u32,
pub dwMinorVersion: u32,
pub NSPCleanup: LPNSPCLEANUP,
pub NSPLookupServiceBegin: LPNSPLOOKUPSERVICEBEGIN,
pub NSPLookupServiceNext: LPNSPLOOKUPSERVICENEXT,
pub NSPLookupServiceEnd: LPNSPLOOKUPSERVICEEND,
pub NSPSetService: LPNSPSETSERVICE,
pub NSPInstallServiceClass: LPNSPINSTALLSERVICECLASS,
pub NSPRemoveServiceClass: LPNSPREMOVESERVICECLASS,
pub NSPGetServiceClassInfo: LPNSPGETSERVICECLASSINFO,
pub NSPIoctl: LPNSPIOCTL,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_IO"
Fields§
§cbSize: u32
§dwMajorVersion: u32
§dwMinorVersion: u32
§NSPCleanup: LPNSPCLEANUP
§NSPLookupServiceBegin: LPNSPLOOKUPSERVICEBEGIN
§NSPLookupServiceNext: LPNSPLOOKUPSERVICENEXT
§NSPLookupServiceEnd: LPNSPLOOKUPSERVICEEND
§NSPSetService: LPNSPSETSERVICE
§NSPInstallServiceClass: LPNSPINSTALLSERVICECLASS
§NSPRemoveServiceClass: LPNSPREMOVESERVICECLASS
§NSPGetServiceClassInfo: LPNSPGETSERVICECLASSINFO
§NSPIoctl: LPNSPIOCTL