Changeset 3923 for trunk/src/comctl32/comctl32undoc.cpp
- Timestamp:
- Aug 2, 2000, 5:10:23 PM (25 years ago)
- 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 phallerExp $ */1 /* $Id: comctl32undoc.cpp,v 1.7 2000-08-02 15:10:23 bird Exp $ */ 2 2 /* 3 3 * Undocumented functions from COMCTL32.DLL … … 2543 2543 { 2544 2544 dprintf(("comctl32_390: %x %x %x %x not implemented!!", x1, x2, x3, x4)); 2545 2545 2546 2546 /* Pseudo Assembler 2547 2547 push [esp+arg_C] … … 2554 2554 retn 10h 2555 2555 */ 2556 2556 2557 2557 return 0; 2558 2558 } … … 2560 2560 2561 2561 /***************************************************************************** 2562 * Name : 2563 * Purpose : 2564 * Parameters: 2562 * Name : 2563 * Purpose : 2564 * Parameters: 2565 2565 * Variables : 2566 * Result : 2566 * Result : 2567 2567 * Remark : COMCTL32.9 2568 2568 * Likely to have something to do with COM object. 2569 * Status : UNTESTED UNKNOWN 2569 * Status : UNTESTED UNKNOWN STUB 2570 2570 * 2571 2571 * Author : Patrick Haller [Sun, 2000/06/09 09:00] … … 2582 2582 arg2, 2583 2583 arg3)); 2584 2584 2585 2585 return 0; 2586 2586 } 2587 2587 2588 2588 /***************************************************************************** 2589 * Name : 2590 * Purpose : 2591 * Parameters: 2589 * Name : 2590 * Purpose : 2591 * Parameters: 2592 2592 * Variables : 2593 * Result : 2593 * Result : 2594 2594 * Remark : COMCTL32.10 2595 2595 * Likely to have something to do with COM object. 2596 * Status : UNTESTED UNKNOWN 2596 * Status : UNTESTED UNKNOWN STUB 2597 2597 * 2598 2598 * Author : Patrick Haller [Sun, 2000/06/09 09:00] … … 2609 2609 arg2, 2610 2610 arg3)); 2611 2611 2612 2612 return 0; 2613 2613 }
Note:
See TracChangeset
for help on using the changeset viewer.