IDirect3DRMArray
The IDirect3DRMArray interface organizes groups of objects. Applications typically use the particular array interface they need (for example, IDirect3DRMFaceArray), rather than using this interface directly.
The IDirect3DRMArray interface supports the GetSize method.
The IDirect3DRMArray interface, like all Component Object Model (COM) interfaces, inherits the IUnknown interface methods. This interface supports the following three methods:
AddRef QueryInterface Release IDirect3DRMArray::GetSize
IDirect3DRMArrayRetrieves the size, in number of objects, of the Direct3DRMArray object.
Syntax
DWORD GetSize( );Return Value
Returns the size.
Top of Page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.