Returns the contents of a process' object directory.
BOOLEAN InspectRtProcessDirectory(
RTHANDLE hProcess,
LPOBJECTDIR pObjectDir
);
hProcess
pObjectDir
TRUE and the OBJECTDIR 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
pObjectDir 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 |