Mozilla.com

  1. MDC
  2. Main Page
  3. nsIClassInfo
  4. getInterfaces
Table of contents
  1. 1. Summary
      1. 1.1.1. Parameters
      2. 1.1.2. Remarks
Table of contents
  1. 1. Summary
      1. 1.1.1. Parameters
      2. 1.1.2. Remarks

« XPCOM API Reference

Summary

This method returns an ordered list of interfaces IIDs that instances of the class promise to implement.

void getInterfaces(
  out PRUint32 aCount,
  [array,size_is(aCount),retval] out nsIIDPtr aResult
);
Parameters
aCount
[out] The length of the resulting array, aResult.
aResult
[out] The resulting array of nsIIDPtr values.
Remarks

Note that nsISupports is an implicit member of the implemented set of interfaces and need not be included.

If this method is not supported by an implementation, then it should return 0 for aCount and null for aResult.

Page last modified 22:00, 8 Nov 2005 by DarinFisher

Files (0)