windows-nt/Source/XPSP1/NT/shell/cpls/plus/old_src/pickicon.h
2020-09-26 16:20:57 +08:00

16 lines
390 B
C

//---------------------------------------------------------------------------
//
// File: PICKICON.H
//
// Support code for the Change Icon dialog.
//
//---------------------------------------------------------------------------
#ifndef _PICKICON_H_
#define _PICKICON_H_
int WINAPI PickIconDlg(HWND hwnd, LPSTR pszIconPath, UINT cbIconPath, int FAR *piIconIndex);
#endif //_PICKICON_H_