?? mjpeg2bmp.h
字號:
//======================================================================
// Header for conversion library that uses the Imaging component
// of Windows CE 5 and later.
//
// Call to initialize the library
HRESULT InitDisplayFrame (LPCWSTR pszExt);
// Call to convert MJPEG frame and write to a Device Context
HRESULT DisplayFrame (PBYTE pData, DWORD dwPreBuff, DWORD dwSize, HDC hdc, RECT *pRect);
// Call to free the library
HRESULT ReleaseDisplayFrame ();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -