INtime SDK Help
OBJECT_INFO structure

Contains informaton about an object as returned from GetRtObjectInfo.

typedef struct tagObjectInfo {
        WORD    wType;
        WORD    wSubtype;
        LOCATION Location;
        WORD    hRemoteObject;
        WORD    hRemoteOwner;
} OBJECT_INFO;

Fields

The OBJECT_INFO structure contains the following fields:

WORD wType
The type of the global object.
WORD wSubType
The sub-type of the global object.
LOCATION hLocation
The location of the referenced object.
RTHANDLE hObject
The handle of the referenced object on that node.
RTHANDLE hObjhOwner
(Reserved for future use).

Requirements

Versions Defined in Include Link to
INtime 4.0 intime/rt/include/rt.h rt.h clib.lib
See Also