Contains information about an object as returned from GetRtObjectInfo.
typedef struct tagObjectInfo {
WORD wType;
WORD wSubtype;
LOCATION Location;
WORD hRemoteObject;
WORD hRemoteOwner;
} OBJECT_INFO;
The OBJECT_INFO structure contains the following fields:
WORD wType
WORD wSubType
LOCATION hLocation
RTHANDLE hObject
RTHANDLE hObjhOwner
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 4.0 | intime/rt/include/rt.h | rt.h | clib.lib |