smartcache.h
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:1k
- //
- // smartcache.h
- //
- #ifndef __H_smartcache__
- #define __H_smartcache__
- long InitSmartCache(void);
- void ReleaseSmartCache(void);
- long ReceiveToSmartCache(unsigned char * inData, long inLength);
- long FetchDataFromSmartCache(BYTE * outBuffer, ULONG inLength);
- void BeginFlushSmartCache(void);
- void EndFlushSmartCache(void);
- long GetAvailableInSmartCache(void);
- BOOL CheckInputWaiting(void);
- BOOL CheckOutputWaiting(void);
- void SetCacheChecking(void);
- void ResetCacheChecking(void);
- #endif // __H_smartcache__