Returns the contents of a process' object directory.
BOOLEAN InspectRtProcessDirectory(
RTHANDLE hProcess,
LPOBJECTDIR pObjectDir
);
hProcesspObjectDirTRUE and the OBJECTDIR 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 0x800FpObjectDir is not a valid pointer to writable memory.| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |