(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/exec.h>
#include <proto/oop.h>
#include <exec/memory.h>
#include <aros/libcall.h>
#include <aros/debug.h>
#include <>
MethodID GetMethodID (interfaceID , methodOffset)
LOCATION
In OOPBase at offset 7
SYNOPSIS
STRPTR interfaceID
ULONG methodOffset
FUNCTION
Maps a globally unique full method ID (Interface ID + method offset) into a numeric method ID.
INPUTS
interfaceID
globally unique interface identifier.
methodOffset
offset to the method in this interface.
RESULT
Numeric method identifier that is unique for this machine.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
29.09.1998 nlorentz
Fixed bugs (memory leak, and class creation failing after 14 runs of demo proggie)
13.09.1998 nlorentz
API Polish
31.08.1998 nlorentz
Rewrite & cleanup of the code.