====== zapp_GetIcon ====== ===== Description ===== Get a handle to the application's icon as a Win32 ''HICON''. ===== Files ===== ^ Declaration | ''helper/zApp.h'' | ^ Implementation | ''helper/zApp.cpp'' | ===== Function prototype ===== HICON zapp_GetIcon(); ===== Return value ===== Null if an error occurred, and a non-null ''HICON'' otherwise. ===== Comments ===== None.