mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
691 B
18 lines
691 B
// This file is now OBSOLETE (include olestd.h instead)
|
|
/*
|
|
* GETICON.H
|
|
*
|
|
* Copyright (c)1992 Microsoft Corporation, All Right Reserved
|
|
*/
|
|
|
|
/*************************************************************************
|
|
**
|
|
** The following API's are now OBSOLETE because equivalent API's have been
|
|
** added to the OLE2.DLL library
|
|
** GetIconOfFile superceeded by OleGetIconOfFile
|
|
** GetIconOfClass superceeded by OleGetIconOfClass
|
|
** OleUIMetafilePictFromIconAndLabel
|
|
** superceeded by OleMetafilePictFromIconAndLabel
|
|
*************************************************************************/
|
|
|
|
// Other function prototypes moved to olestd.h
|