| Package com.ms.com.directX |
Previous |
Microsoft Packages |
Index |
Next |
The d3drmArray class organizes groups of objects. Applications typically use array objects that are subsidiary to this class rather than using this class directly.
public class d3drmArray implements Id3drmArray
{
public void InternalSetObject(IUnknown lpdd);
public IUnknown InternalGetObject();
public int GetSize();
}
The class supports the GetSize method.
public int GetSize();Retrieves the number of objects associated with this array object.
Return Value:
Returns the number of objects.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |