int8 FUNC_ABORTPROC(ptrszint*_FUNC_ABORTPROC_OFFSET_HDC,int32*_FUNC_ABORTPROC_LONG_ERRR); BOOL AbortProc(HDC hdc, int Error){ return FUNC_ABORTPROC((ptrszint *)(&hdc),(&Error)); } void * pAbortProc(){ return (void *) AbortProc; }