|
AdsGetSearchPath Advantage Client Engine |
|
|
Retrieves the current search path
Syntax
UNSIGNED32 |
AdsGetSearchPath (UNSIGNED8 *pucPath, UNSIGNED16 *pusLen); |
Parameters
pucPath (O) |
Return the search path in this buffer. |
pusLen (I/O) |
Length of buffer on input, length of search path on output. |
Remarks
AdsGetSearchPath retrieves the current search path in the supplied buffer. If the search path has not been set, a string of length zero is returned.
AdsGetSearchPath is a global setting that affects the behavior of the entire application.
Example
See Also