PowerToys/src/common/icon_helpers.h
2020-01-15 23:06:22 -08:00

5 lines
202 B
C

#pragma once
#include "common.h"
HRESULT GetIconIndexFromPath(_In_ PCWSTR path, _Out_ int* index);
HBITMAP CreateBitmapFromIcon(_In_ HICON hIcon, _In_opt_ UINT width = 0, _In_opt_ UINT height = 0);