| getlocationfileResult Structure Definition |
The getlocationfileResult structure defines the return type for getlocationfile API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
locationfileList |
List of locationfiles |
| locationfile Structure Definition |
The locationfile structure defines the actual return type values for getlocationfile API. |
Syntax |
Members |
locationfile |
The name of the location file. |
format |
The format of the location file. |
curlocfilestatus |
The status of the current location file. |
prevlocationfile |
The name of the previous location file. |
prevlocfileformat |
The format of the previous location file. |
prevlocfilestatus |
The status of the previous location file. |
locfilestatusstr |
Status string of the location file. |
_nextgenapiresource |
See Also |