gecko-dev/dom/ipc/nsIContentChild.idl

8 строки
229 B
Plaintext

#include "nsISupports.idl"
[scriptable, builtinclass, uuid(b0c6e5f3-02f1-4f11-a0af-336fc231f3bf)]
interface nsIContentChild: nsISupports {
// Internal ID of the process.
readonly attribute unsigned long long childID;
};