Synopsis

(macro) void *osm_SetUserData(OSM_STACK *stack, void *userdata)

Purpose

Set the user data pointer in an object stack

Description

This function will set the specified userdata pointer in the specified stack.

Input

stack

Stack pointer

userdata

User data pointer

Return

User data pointer in stack