SECBar::SetIcon

Sets the Icon the bar will use

Defined in: SECBar.cpp

Syntax

SetIcon( HICON hIcon )

SetIcon( LPCTSTR lpszIconRes, int iHeight, int iWidth )

SetIcon( UINT nIconRes, int iHeight, int iWidth )

Return Value

void

Parameters

hIcon

handle to the icon to use

lpszIconRes

String representation of icon resource to load

nIconRes

Numeric representation of icon resource to load

iHeight

Preferred height of the icon to load

iWidth

Preferred width of the icon to load