home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD2.iso / ASCII / TEXTE / SCENE / AMIGA / Useful-Amiga / AmigaFAQ / German / programmer / EasyRequest.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-14  |  383 b   |  15 lines

  1. #include <clib/intuition_protos.h>
  2. #ifdef AZTEC_C
  3. #include <pragmas/intuition_lib.h>
  4. #endif
  5. #if defined(__SASC)  ||  defined(_DCC)  ||  defined(__MAXON__)
  6. #include <pragmas/intuition_pragmas.h>
  7. #endif
  8.  
  9.  
  10. LONG EasyRequest(struct Window *wnd, struct EasyStruct *es,
  11.          ULONG *IDCMP_ptr, ...)
  12. { return(EasyRequestArgs(wnd, es, IDCMP_ptr,
  13.              ((STRPTR) &IDCMP_ptr)+sizeof(IDCMP_ptr)));
  14. }
  15.