FlushProcessWriteBuffers function
Flushes the write queue of each processor that is running a thread of the current process.
Syntax
VOID WINAPI FlushProcessWriteBuffers(void);
Parameters
This function has no parameters.
Return value
This function does not return a value.
Remarks
The function generates an interprocessor interrupt (IPI) to all processors that are part of the current process affinity. It guarantees the visibility of write operations performed on one processor to the other processors.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: