Showing results for January 2015 - Page 2 of 3 - The Old New Thing

Jan 8, 2015
Post comments count0
Post likes count0

What happens if I don't pass a pCreateExParams to CreateFile2?

Raymond Chen
Raymond Chen

The final parameter to the function is optional. What happens if I pass ? If you pass as the parameter, then the function behaves as if you had passed a pointer to this structure:

Code