Source position: jwaws2spi.pas line 743
type _NSP_ROUTINE = record |
cbSize: DWORD; |
dwMajorVersion: DWORD; |
dwMinorVersion: DWORD; |
NSPCleanup: LPNSPCLEANUP; |
NSPLookupServiceBegin: LPNSPLOOKUPSERVICEBEGIN; |
NSPLookupServiceNext: LPNSPLOOKUPSERVICENEXT; |
NSPLookupServiceEnd: LPNSPLOOKUPSERVICEEND; |
NSPSetService: LPNSPSETSERVICE; |
NSPInstallServiceClass: LPNSPINSTALLSERVICECLASS; |
NSPRemoveServiceClass: LPNSPREMOVESERVICECLASS; |
NSPGetServiceClassInfo: LPNSPGETSERVICECLASSINFO; |
NSPIoctl: LPNSPIOCTL; |
end; |