AssociateFileEx 函式 (filehc.h)
將檔案與 asnychronous 內容產生關聯。
語法
FILEHC_EXPORT PFIO_CONTEXT AssociateFileEx(
[in] HANDLE hFile,
[in] BOOL fStoreWithDots,
[in] BOOL fStoredWithTerminatingDot
);
參數
[in] hFile
應該在內容中的檔句柄。 它會使用針對異步 I/O 作業設定的FILE_FLAG_OVERLAPPED旗標來建立。
[in] fStoreWithDots
如果設定為 TRUE,這個物件會以點填滿儲存。
[in] fStoredWithTerminatingDot
旗標,指出終止點是否包含在物件中。 如果此參數設定為 TRUE,物件會以終止點儲存。
NNTP/SMTP 通訊協定會使用終止點來識別訊息結尾。
傳回值
傳回取得 之FIO_CONTEXT 結構的指標。 如果函式失敗,則會傳回 NULL。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | filehc.h |
程式庫 | Fcachdll.lib |
Dll | Fcachdll.dll |