source:
branches/v2.9/common_functions/include/img_funcs.h
Last change on this file was 2, checked in by , 8 years ago | |
---|---|
File size: 229 bytes |
Line | |
---|---|
1 | #ifndef IMG_FUNCS_H_INCLUDED |
2 | #define IMG_FUNCS_H_INCLUDED |
3 | |
4 | HBITMAP ImgLoadImageFile ( PSZ pszFileName ); |
5 | BOOL ImgGetBmpInfoHeader(PBITMAPINFOHEADER2 bmpih2, PSZ pszFileName /*, char* procName, ULONG ulLength*/); |
6 | |
7 | #endif |
Note:
See TracBrowser
for help on using the repository browser.