Ignore:
Timestamp:
Aug 2, 2000, 5:10:23 PM (25 years ago)
Author:
bird
Message:

Corrected state information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32undoc.cpp

    r3692 r3923  
    1 /* $Id: comctl32undoc.cpp,v 1.6 2000-06-12 12:52:03 phaller Exp $ */
     1/* $Id: comctl32undoc.cpp,v 1.7 2000-08-02 15:10:23 bird Exp $ */
    22/*
    33 * Undocumented functions from COMCTL32.DLL
     
    25432543{
    25442544  dprintf(("comctl32_390: %x %x %x %x not implemented!!", x1, x2, x3, x4));
    2545  
     2545
    25462546  /* Pseudo Assembler
    25472547   push [esp+arg_C]
     
    25542554   retn 10h
    25552555  */
    2556  
     2556
    25572557   return 0;
    25582558}
     
    25602560
    25612561/*****************************************************************************
    2562  * Name      : 
    2563  * Purpose   : 
    2564  * Parameters: 
     2562 * Name      :
     2563 * Purpose   :
     2564 * Parameters:
    25652565 * Variables :
    2566  * Result    : 
     2566 * Result    :
    25672567 * Remark    : COMCTL32.9
    25682568 *             Likely to have something to do with COM object.
    2569  * Status    : UNTESTED UNKNOWN
     2569 * Status    : UNTESTED UNKNOWN STUB
    25702570 *
    25712571 * Author    : Patrick Haller [Sun, 2000/06/09 09:00]
     
    25822582           arg2,
    25832583           arg3));
    2584  
     2584
    25852585  return 0;
    25862586}
    25872587
    25882588/*****************************************************************************
    2589  * Name      : 
    2590  * Purpose   : 
    2591  * Parameters: 
     2589 * Name      :
     2590 * Purpose   :
     2591 * Parameters:
    25922592 * Variables :
    2593  * Result    : 
     2593 * Result    :
    25942594 * Remark    : COMCTL32.10
    25952595 *             Likely to have something to do with COM object.
    2596  * Status    : UNTESTED UNKNOWN
     2596 * Status    : UNTESTED UNKNOWN STUB
    25972597 *
    25982598 * Author    : Patrick Haller [Sun, 2000/06/09 09:00]
     
    26092609           arg2,
    26102610           arg3));
    2611  
     2611
    26122612  return 0;
    26132613}
Note: See TracChangeset for help on using the changeset viewer.