insertFile 函式 (filehc.h)
將檔案插入快取中。
語法
FILEHC_EXPORT BOOL InsertFile(
[in] LPSTR lpstrName,
[in] FIO_CONTEXT *pContext,
[in] BOOL fKeepReference
);
參數
[in] lpstrName
要插入的檔名。
[in] pContext
與要插入之檔案相關聯的 FIO_CONTEXT 結構的指標。
[in] fKeepReference
指定是否要保留檔案的參考。 如果為 TRUE,用戶必須針對插入的 FIO_CONTEXT呼叫 ReleaseContext。
傳回值
如果插入檔案,則會傳回 TRUE ;否則會傳回 FALSE。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | filehc.h |
程式庫 | Fcachdll.lib |
Dll | Fcachdll.dll |