Returns a handle to the specified location.
NTXLOCATION ntxGetLocationByName(
    char *LocationName
);
NTXLOCATION ntxGetLocationByNameW(
    const TCHAR *LocationName
);
LocationName 
NTX_UNDEFINED_LOCATION 
There is limited UNICODE support for some NTX calls. By defining the macro _UNICODE_NTX_MINI_ the standard calls are mapped to their wide-character equivalents.
E_EXIST 0x0006 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/nt/include/ntx.h | ntx.h | ntx.lib | 
| INtime 4.01 (for 64-bit Windows) | intime/nt/include/ntx.h | ntx.h | ntx64.lib |