MfuncIdGetObjectType()函数

Synopsis

Get the object type of a pseudo-MIL object.

Format

long MfuncIdGetObjectType(FunctionId, ObjectId)

MIL_ID FunctionId; Function identifier
MIL_ID ObjectId; Object identifier

Description

This function retrieves the object type of an object that was allocated with the MfuncAllocId function.

The FunctionId parameter is the MIL identifier of the pseudo-MIL function in use.

The ObjectId parameter is the MIL identifier of the pseudo-MIL object.

Returned value

The returned value is the object type of the specified object.

See also

MfuncAllocId, MfuncIdSetObjectType.