Changeset 5416 for trunk/src/comctl32/comctl32undoc.cpp
- Timestamp:
- Mar 31, 2001, 3:25:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/comctl32undoc.cpp
r3923 r5416 1 /* $Id: comctl32undoc.cpp,v 1. 7 2000-08-02 15:10:23 birdExp $ */1 /* $Id: comctl32undoc.cpp,v 1.8 2001-03-31 13:25:26 sandervl Exp $ */ 2 2 /* 3 3 * Undocumented functions from COMCTL32.DLL … … 2520 2520 } 2521 2521 2522 /*************************************************************************2523 * InitMUILanguage [COMCTL32.70]2524 *2525 * FIXME: What's this supposed to do? Apparently some i18n thing.2526 *2527 */2528 2529 BOOL WINAPI InitMUILanguage( LANGID uiLang)2530 {2531 dprintf(("COMCTL32: InitMUILanguage - empty stub!"));2532 2533 return TRUE;2534 }2535 2522 2536 2523 DWORD WINAPI COMCTL32_389(DWORD x1, DWORD x2) … … 2559 2546 2560 2547 2561 /*****************************************************************************2562 * Name :2563 * Purpose :2564 * Parameters:2565 * Variables :2566 * Result :2567 * Remark : COMCTL32.92568 * Likely to have something to do with COM object.2569 * Status : UNTESTED UNKNOWN STUB2570 *2571 * Author : Patrick Haller [Sun, 2000/06/09 09:00]2572 *****************************************************************************/2573 2574 DWORD WINAPI COMCTL32_9(DWORD arg0,2575 DWORD arg1,2576 DWORD arg2,2577 DWORD arg3)2578 {2579 dprintf(("COMCTL32: comctl32_9: %x %x %x %x not implemented!!",2580 arg0,2581 arg1,2582 arg2,2583 arg3));2584 2585 return 0;2586 }2587 2588 /*****************************************************************************2589 * Name :2590 * Purpose :2591 * Parameters:2592 * Variables :2593 * Result :2594 * Remark : COMCTL32.102595 * Likely to have something to do with COM object.2596 * Status : UNTESTED UNKNOWN STUB2597 *2598 * Author : Patrick Haller [Sun, 2000/06/09 09:00]2599 *****************************************************************************/2600 2601 DWORD WINAPI COMCTL32_10(DWORD arg0,2602 DWORD arg1,2603 DWORD arg2,2604 DWORD arg3)2605 {2606 dprintf(("COMCTL32: comctl32_10: %x %x %x %x not implemented!!",2607 arg0,2608 arg1,2609 arg2,2610 arg3));2611 2612 return 0;2613 }
Note:
See TracChangeset
for help on using the changeset viewer.