C# Class Win10ThemeRevealer.Win32

Show file Open project: Raymai97/Win10ThemeRevealer

Public Methods

Method Description
SetFormIcon ( IntPtr hWnd, string IconPath, int IconIndex ) : void
_GetMessage ( System m ) : string
_SendMessage ( string msg, IntPtr target ) : void

Private Methods

Method Description
ExtractIconEx ( string szFileName, int nIconIndex, IntPtr phiconLarge, IntPtr phiconSmall, uint nIcons ) : uint
InSendMessage ( ) : bool
ReplyMessage ( IntPtr lResult ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hwnd, int wMsg, int wParam, COPYDATASTRUCT &lParam ) : int
SetProcessDPIAware ( ) : bool

Method Details

SetFormIcon() public static method

public static SetFormIcon ( IntPtr hWnd, string IconPath, int IconIndex ) : void
hWnd System.IntPtr
IconPath string
IconIndex int
return void

_GetMessage() public static method

public static _GetMessage ( System m ) : string
m System
return string

_SendMessage() public static method

public static _SendMessage ( string msg, IntPtr target ) : void
msg string
target System.IntPtr
return void