Stub for comctl32.419

This commit is contained in:
Huw D M Davies 2002-01-18 18:08:01 +00:00 committed by Alexandre Julliard
parent a3a1c84aca
commit 964109dec4
2 changed files with 15 additions and 1 deletions

View File

@ -206,6 +206,6 @@ debug_channels (animate comboex commctrl datetime header hotkey imagelist ipaddr
416 stub @
417 stub @
418 stub @
419 stub @
419 stdcall @(long long long long) COMCTL32_419
420 stub @
421 stub @

View File

@ -2780,3 +2780,17 @@ BOOL WINAPI COMCTL32_415( HWND hwnd, DWORD b, DWORD c, DWORD d, DWORD e)
return TRUE;
}
/**************************************************************************
* @ [COMCTL32.419]
*
* FIXME: What's this supposed to do?
*/
BOOL WINAPI COMCTL32_419( DWORD a, DWORD b, DWORD c, DWORD d)
{
FIXME("(%lx, %lx, %lx, %lx): stub!\n", a, b, c, d);
return TRUE;
}