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