InjectDLL
  

This function will allow you to inject a dll using ce's injection engine.

functiondefinition:
BOOL InjectDLL(char *dllname, char *functiontocall);

dllname: the name of the dll to inject.
functiontocall: name of the function to call after injection. Can be NULL if you don't want to

Returns TRUE if the injection was successful