windows-nt/Source/XPSP1/NT/admin/activec/inc/pickicon.h
2020-09-26 16:20:57 +08:00

18 lines
504 B
C

/*--------------------------------------------------------------------------*
*
* Microsoft Windows
* Copyright (C) Microsoft Corporation, 1992 - 000
*
* File: pickicon.h
*
* Contents: Interface file for PickIconDlg (copied from shell)
*
* History: 13-Jun-2000 jeffro Created
*
*--------------------------------------------------------------------------*/
#pragma once
MMCBASE_API INT_PTR PASCAL
PickIconDlg(HWND hwnd, LPTSTR pszIconPath, UINT cbIconPath, int *piIconIndex);