Ignore:
Timestamp:
Jun 27, 2000, 11:32:41 PM (25 years ago)
Author:
mike
Message:

Updated logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dinput/dinput.cpp

    r3762 r3763  
    1 /* $Id: dinput.cpp,v 1.8 2000-06-27 18:20:46 mike Exp $ */
     1/* $Id: dinput.cpp,v 1.9 2000-06-27 21:32:41 mike Exp $ */
    22/*              DirectInput
    33 *
     
    10041004  int i;
    10051005
    1006   TRACE("(this=%p,%p)\n",This,df);
     1006  TRACE("DINPUT-SMAI: SetDataFormat(this=%p,%p)\n",This,df);
    10071007
    10081008  TRACE("(df.dwSize=%ld)\n",df->dwSize);
     
    11771177  RECT  rect;
    11781178
    1179   TRACE("SysMouseAImpl_Acquire: (this=%p)\n",This);
     1179  TRACE("DINPUT-SMAI: Acquire(this=%p)\n",This);
    11801180
    11811181  if (This->acquired == 0) {
     
    12231223  ICOM_THIS(SysMouseAImpl,iface);
    12241224
    1225   TRACE("SysMouseAImpl_Unacquire: (this=%p)\n",This);
     1225  TRACE("DINPUT-SMAI: Unacquire (this=%p)\n",This);
    12261226
    12271227  /* Reinstall previous mouse event handler */
     
    12511251  struct DIMOUSESTATE *mstate = (struct DIMOUSESTATE *) ptr;
    12521252
    1253   TRACE("(this=%p,0x%08lx,%p): \n",This,len,ptr);
     1253  TRACE("DINPUT-SMAI: GetDeviceState (this=%p,0x%08lx,%p): \n",This,len,ptr);
    12541254
    12551255  /* Check if the buffer is big enough */
     
    13191319
    13201320  EnterCriticalSection(&(This->crit));
    1321   TRACE("(%p)->(dods=%ld,entries=%ld,fl=0x%08lx)\n",This,dodsize,*entries,flags);
     1321  TRACE("DINPUT-SMAI: GetDeviceData (%p)->(dods=%ld,entries=%ld,fl=0x%08lx)\n",This,dodsize,*entries,flags);
    13221322
    13231323  if (flags & DIGDD_PEEK)
     
    13881388    sprintf(xbuf,"<special guid %ld>",(DWORD)rguid);
    13891389
    1390   TRACE("(this=%p,%s,%p)\n",This,xbuf,ph);
     1390  TRACE("DINPUT-SMAI: SetProperty (this=%p,%s,%p)\n",This,xbuf,ph);
    13911391
    13921392  if (!HIWORD(rguid)) {
     
    14351435  ICOM_THIS(SysMouseAImpl,iface);
    14361436
    1437   TRACE("(this=%p,0x%08lx)\n",This,(DWORD)hnd);
     1437  TRACE("DINPUT-SMAI: SetEventNotification (this=%p,0x%08lx)\n",This,(DWORD)hnd);
    14381438
    14391439  This->hEvent = hnd;
Note: See TracChangeset for help on using the changeset viewer.