Source position: jwafaxdev.pas line 153
type _FAX_DEV_STATUS = record |
SizeOfStruct: DWORD; |
StatusId: DWORD; |
StringId: DWORD; |
PageCount: DWORD; |
CSI: LPWSTR; |
CallerId: LPWSTR; |
RoutingInfo: LPWSTR; |
ErrorCode: DWORD; |
Reserved: array [0..2] of DWORD; |
end; |