Microsoft SDK for Java

loadFromFileByPos

This method of the Direct3dRMFrame Class loads a Direct3dRMFrame object.

Syntax

public void loadFromFileByPos(String filename, int position, int flags, ILoadTextureCallback c, IUnknown pUser);

Parameters

filename The name of the file containing the object to be loaded.
position The position of the object to be loaded. This is a value that gives the object's order in the file. This parameter can be null.
flags The value of the load options type.
c The callback interface that contains a load texture callback function called to load any textures used by the object that require special formatting. This parameter can be null.
pUser Application-defined data passed to the load texture callback function.

Remarks

By default, this method loads the first frame hierarchy in the file specified by the filename parameter. The frame that calls this method is used as the parent of the new frame hierarchy.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.