Logo
Explore Help
Register Sign In
Mirrors/PowerToys
1
0
Fork 0
You've already forked PowerToys
mirror of https://github.com/microsoft/PowerToys.git synced 2026-04-07 03:36:44 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
6dc2d14e13dcbd0a6b5a0051199534a8eedc3f13
PowerToys/src/common/Themes/icon_helpers.h

7 lines
228 B
C
Raw Normal View History

common: refactor common library pt2 (#8588) - remove common lib - split settings, remove common-md - move ipc interop/kb_layout to interop - rename core -> settings, settings -> old_settings - os-detect header-only; interop -> PowerToysInterop - split notifications, move single-use headers where they're used - winstore lib - rename com utils - rename Updating and Telemetry projects - rename core -> settings-ui and remove examples folder - rename settings-ui folder + consisent common/version include
2020-12-15 15:16:09 +03:00
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
HRESULT GetIconIndexFromPath(_In_ PCWSTR path, _Out_ int* index);
Shifted three functions to common (#1101)
2020-01-15 23:06:22 -08:00
HBITMAP CreateBitmapFromIcon(_In_ HICON hIcon, _In_opt_ UINT width = 0, _In_opt_ UINT height = 0);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 342ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API