Source position: jwanspapi.pas line 562
type _SERVICE_INFOA = record |
lpServiceType: PGUID; |
lpServiceName: LPSTR; |
lpComment: LPSTR; |
lpLocale: LPSTR; |
dwDisplayHint: DWORD; |
dwVersion: DWORD; |
dwTime: DWORD; |
lpMachineName: LPSTR; |
lpServiceAddress: LPSERVICE_ADDRESSES; |
ServiceSpecificInfo: BLOB; |
end; |