WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIInterfaceInfoManager

IID:8B161900-BE2B-11d2-9831-006008962422
Inherits From:nsISupports

Methods

void autoRegisterInterfaces ( ) nsIEnumerator enumerateInterfaces ( ) nsIEnumerator enumerateInterfacesWhoseNamesStartWith ( char* prefix ) nsIIDPtr getIIDForName ( char* name ) nsIInterfaceInfo getInfoForIID ( nsIIDPtr iid ) nsIInterfaceInfo getInfoForName ( char* name ) char* getNameForIID ( nsIIDPtr iid )

void autoRegisterInterfaces ( )


nsIEnumerator enumerateInterfaces ( )


nsIEnumerator enumerateInterfacesWhoseNamesStartWith ( char* prefix )

Arguments:
prefix

nsIIDPtr getIIDForName ( char* name )

Arguments:
name

nsIInterfaceInfo getInfoForIID ( nsIIDPtr iid )

Arguments:
iid

nsIInterfaceInfo getInfoForName ( char* name )

Arguments:
name

char* getNameForIID ( nsIIDPtr iid )

Arguments:
iid

References

This interface is the type of the following properties:

nsIScriptableInterfaces.manager

This interface is passed as an argument to the following methods:

nsIInterfaceInfoSuperManager.addAdditionalManager, nsIInterfaceInfoSuperManager.removeAdditionalManager

Reference documentation is generated from Mozilla's source.