00001 /***************************************************************************\ 00002 * rmcreate.c 00003 * 00004 * Copyright (c) 1985 - 1999, Microsoft Corporation 00005 * 00006 * 22-Jan-1991 mikeke from win30 00007 \***************************************************************************/ 00008 00009 #include "precomp.h" 00010 #pragma hdrstop 00011 00012 /***************************************************************************\ 00013 * 00014 * OwnerLoadBitmap() 00015 * 00016 * Loads a bitmap, then assigns the owner 00017 * 00018 \***************************************************************************/ 00019 00020 HBITMAP OwnerLoadBitmap( 00021 HANDLE hInstLoad, 00022 LPWSTR lpName, 00023 HANDLE hOwner) 00024 { 00025 // LATER port this huge hunk of code 00026 return NULL; 00027 }