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
);
hProcessdwIndexpEntryTRUE and the OBJECTDIRENTRY structure contains the contents of the directory inspected.FALSEE_EXIST 0x0006hProcess is not a valid handle.E_TYPE 0x8002hProcess is not a handle for a process object.E_BAD_ADDR 0x800FpEntry 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 |