Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

rmcreate.c

Go to the documentation of this file.
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 }

Generated on Sat May 15 19:41:40 2004 for test by doxygen 1.3.7