This topic has not yet been rated - Rate this topic

FlushProcessWriteBuffers function

Applies to: desktop apps | Metro style apps

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

Minimum supported server

Windows Server 2008

Header

WinBase.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

See also

Process and Thread Functions

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
N/A
Sorry I  miss understood..