Returns the contents of a process' object directory entry by index including the long name for the entry if it exists.
BOOLEAN GetRtProcessDirectoryEntry(
    RTHANDLE hProcess,
    DWORD dwIndex,
    LPOBJECTDIRENTRYLONG pEntry
);
hProcess 
dwIndex 
pEntry 
TRUE and the OBJECTDIRENTRY structure contains the contents of the directory inspected. 
FALSE 
E_EXIST 0x0006 
hProcess is not a valid handle. 
E_TYPE 0x8002 
hProcess is not a handle for a process object. 
E_BAD_ADDR 0x800F 
pEntry is not a valid pointer to writable memory. | Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 7.1 | intime/rt/include/rtbase.h | rt.h | rt.lib |