How can I force a WriteFile or ReadFile to complete synchronously or hang, in order to test something?

572 · Raymond Chen · April 25, 2022, 4:20 p.m.
You can use a named pipe. The post How can I force a <CODE>WriteFile</CODE> or <CODE>ReadFile</CODE> to complete synchronously or hang, in order to test something? appeared first on The Old New Thing....