ReactOS Fundraising Campaign 2012
 
€ 4,060 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

ULONG NTAPI DebugService ( ULONG  Service,
PVOID  Argument1,
PVOID  Argument1,
PVOID  Argument3,
PVOID  Argument4 
)

Definition at line 15 of file debug.c.

Referenced by DebugPrint(), and DebugPrompt().

{
    ULONG Result;
    __asm__("mr 0,%1\n\t"
            "mr 3,%2\n\t"
        "mr 4,%3\n\t"
        "mr 5,%4\n\t"
        "mr 6,%5\n\t"
        "mr 7,%6\n\t"
        "sc\n\t"
        "mr %0,3\n\t" :
        "=r" (Result) :
        "r" (0x10000),
        "r" (Service),
        "r" (Argument1),
        "r" (Argument2),
        "r" (Argument3),
        "r" (Argument4) );
    return Result;
}

Generated on Tue May 22 2012 04:47:35 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.