Advantage Client Engine
Retrieves the current default path
UNSIGNED32 |
AdsGetDefault (UNSIGNED8 *pucDefault, UNSIGNED16 *pusLen); |
pucDefault (O) |
Return the current default path in this buffer. |
pusLen (I/O) |
Length of buffer on input, length of data stored on output. |
AdsGetDefault will return the current default path that has been set by AdsSetDefault. If no default path has been set, a string of length zero is returned.
AdsGetDefault is a global setting that affects the behavior of the entire application.