MirrorIcon function
[MirrorIcon is available through Windows XP with Service Pack 2 (SP2). It might be altered or unavailable in subsequent versions.]
Reverses (mirrors) icons so that they are displayed correctly on a mirrored device context.
Syntax
BOOL WINAPI MirrorIcon( _Inout_opt_ HICON *phIconSmall, _Inout_opt_ HICON *phIconLarge );
Parameters
- phIconSmall [in, out, optional]
-
Type: HICON*
A pointer to the icon handle that references a small version of an icon.
- phIconLarge [in, out, optional]
-
Type: HICON*
A pointer to the icon handle that references a large version of an icon.
Return value
Type: BOOL
TRUE if successful; otherwise, FALSE.
Remarks
MirrorIcon is not exported by name or declared in a public header file. To use it, you must use GetProcAddress and request ordinal 414 from ComCtl32.dll to obtain a function pointer.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 10/27/2012