1.Functional Description
1.1Purpose
Returns the installed path codes from the client.
1.2Setup Notes and Prerequisites
1.Run this only on a Win32 OneWorld client.
2.Run the function in mode '1' to determine how many path codes are installed.
3.Run the function in mode '2' in a loop to fetch each path code in succession.
1.3Special Logic
This uses Win32 functions and is Microsoft specific. This function cannot compile on the servers.
^
D9800182A - Get Installed Path Codes
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cMode | EV01 | char | REQ | INPUT |
'1' - The number of installed path codes is returned in mnNumInstalledPathCodes
| ||||
mnPathCodeNum | MATH01 | MATH_NUMERIC | OPT | INPUT |
The index number for the passed back szPathCode.ab
| ||||
szCodePath | PATHCD | char | OPT | OUTPUT |
The installed path code.ab
| ||||
mnNumInstalledPathCodes | MATH01 | MATH_NUMERIC | OPT | OUTPUT |
The number of installed path codes on the client.ab
|
None |
F00942 Object Path Master File |