Changeset 496 for trunk/src/comctl32/comctl32undoc.c
- Timestamp:
- Aug 14, 1999, 6:13:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/comctl32undoc.c
r403 r496 1 /* $Id: comctl32undoc.c,v 1. 9 1999-08-03 15:49:58cbratschi Exp $ */1 /* $Id: comctl32undoc.c,v 1.10 1999-08-14 16:13:10 cbratschi Exp $ */ 2 2 /* 3 3 * Undocumented functions from COMCTL32.DLL … … 45 45 PFNDPACOMPARE pfnCompare, PFNDPAMERGE pfnMerge, LPARAM lParam) 46 46 { 47 INT nCount; 48 49 #if 0 /* these go with the "incomplete implementation" below */ 47 50 LPVOID pWork1, pWork2; 48 51 INT nResult; 49 INT n Count, nIndex;52 INT nIndex; 50 53 INT nNewItems; 54 #endif 51 55 52 56 // TRACE (commctrl, "(%p %p %08lx %p %p %08lx): stub!\n", … … 1894 1898 // return (INT)(lpLoop-lpStr); 1895 1899 } 1900 1901 /************************************************************************** 1902 * comctl32_410 [COMCTL32.410] 1903 * 1904 * FIXME: What's this supposed to do? 1905 * Parameter 1 is an HWND, you're on your own for the rest. 1906 */ 1907 1908 BOOL WINAPI comctl32_410( HWND hw, DWORD b, DWORD c, DWORD d) { 1909 1910 //FIXME_(commctrl)("(%x, %lx, %lx, %lx): stub!\n", hw, b, c, d); 1911 1912 return TRUE; 1913 } 1914 1915 /************************************************************************* 1916 * InitMUILanguage [COMCTL32.70] 1917 * 1918 * FIXME: What's this supposed to do? Apparently some i18n thing. 1919 * 1920 */ 1921 1922 BOOL WINAPI InitMUILanguage( DWORD a ) { 1923 1924 //FIXME_(commctrl)("(%lx): stub!\n", a); 1925 1926 return TRUE; 1927 } 1928
Note:
See TracChangeset
for help on using the changeset viewer.