windows-nt/Source/XPSP1/NT/printscan/wia/test/propview/utils.h
2020-09-26 16:20:57 +08:00

25 lines
490 B
C

// utils.h
#ifndef _UTILS_H
#define _UTILS_H
#include <commctrl.h>
VOID Trace(LPCTSTR Format, ...);
//
// Image list helpers
//
HIMAGELIST CreateImageList(INT iImageWidth,
INT iImageHeight,
INT iMask,
INT iNumIcons);
BOOL AddIconToImageList(HINSTANCE hInstance,
INT IconResourceID,
HIMAGELIST hImageList,
INT *pIconIndex);
#endif