loadpicture.h

来自「WINCE ARM9三星2440下的按键驱动验证程序」· C头文件 代码 · 共 9 行

H
9
字号
#include   <initguid.h>    //must be here
#include   <imaging.h>     //must be here

#pragma comment (lib,"Ole32.lib")

//----------------------------------------------------------------------
void LoadResourceImage(HWND hwnd,LPCWSTR lpName,LPCWSTR lpType, int X_Start,int Y_Start,int width,int height);
void Drawpicture(HDC hdc, const void *buffer,UINT size,LPCRECT rect);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?