MfuncIdSetUserPtr()函数

Synopsis

Assign a new pointer to a pseudo-MIL object.

Format

void MfuncIdSetUserPtr(FunctionId, ObjectId, UserPtr)

MIL_ID FunctionId; Function identifier
MIL_ID ObjectId; Object identifier
Void *UserPtr; New user pointer

Description

This function assigns a new user pointer to 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.

The UserPtr parameter is the new user pointer to assign to the specified object.

See also

MfuncAllocId, MfuncIdGetUserPtr

《MfuncIdSetUserPtr()函数》上有2条评论

评论已关闭。