TheSwamp
Code Red => ARX Programming => Topic started by: It's Alive! on December 09, 2008, 06:58:30 PM
-
Anyone know what this does different than AcEdDefun ?
TIA
-
It is an undocumented function no?
First time that know about it.
-
right
I think this is the signature,
acedDefunEx(const wchar_t* G, const wchar_t* L ,int(*fhdl)(void) , short code);
It’s exported but I can't find the header.
-
right
I think this is the signature,
acedDefunEx(const wchar_t* G, const wchar_t* L ,int(*fhdl)(void) , short code);
It’s exported but I can't find the header.
I don't think there will be a header... (I noticed that it is shown using the dependency walker - from the acad.exe)
-
also, Daniel
By looking at the signature... appears that it is connected or it is included what the acedRegFunc(); does....
int acedRegFunc(int (*fhdl) (void), int fcode);
.... but was just a quick bird's eye.... :)