Source code of Windows XP (NT5)
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.

15 lines
390 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // File: PICKICON.H
  4. //
  5. // Support code for the Change Icon dialog.
  6. //
  7. //---------------------------------------------------------------------------
  8. #ifndef _PICKICON_H_
  9. #define _PICKICON_H_
  10. int WINAPI PickIconDlg(HWND hwnd, LPSTR pszIconPath, UINT cbIconPath, int FAR *piIconIndex);
  11. #endif //_PICKICON_H_