FlushProcessWriteBuffers 函式 (processthreadsapi.h)
排清執行目前進程線程之每個處理器的寫入佇列。
Syntax
void FlushProcessWriteBuffers();
傳回值
無
備註
此函式會對屬於目前進程親和性的所有處理器產生進程間中斷 () 。 它保證對另一個處理器執行寫入作業的可見度。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | processthreadsapi.h (包含 Windows 7、Windows Server 2008 Windows Server 2008 R2) |
程式庫 | Kernel32.lib |
DLL | Kernel32.dll |