宏定义 |
| #define | KSJ_API __declspec(dllimport) |
类型定义 |
| typedef void(CALLBACK * | KSJ_PREVIEWCALLBACK )(unsigned char *pImageData, int nWidth, int nHeight, int nBitCount, void *lpContext) |
| | KSJ_PREVIEWCALLBACK.
|
| typedef void(CALLBACK * | KSJ_PREVIEWCALLBACKEX )(HDC hDC, unsigned char *pImageData, int nWidth, int nHeight, int nBitCount, void *lpContext) |
| | KSJ_PREVIEWCALLBACKEX.
|
函数 |
| KSJ_API int __stdcall | KSJ_PreviewSetCallback (int nIndex, KSJ_PREVIEWCALLBACK pfPreviewCallback, void *lpContext) |
| | KSJ_PreviewSetCallback.
|
| KSJ_API int __stdcall | KSJ_PreviewSetCallbackEx (int nIndex, KSJ_PREVIEWCALLBACKEX pfPreviewCallbackEx, void *lpContext) |
| | KSJ_PreviewSetCallbackEx.
|