Skip to content

Instantly share code, notes, and snippets.

@ayende
Created June 23, 2020 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayende/c6a52ff65980988cb7abafc1cdb512dd to your computer and use it in GitHub Desktop.
Save ayende/c6a52ff65980988cb7abafc1cdb512dd to your computer and use it in GitHub Desktop.
HANDLE file = CreateFileW((LPCWSTR)path,
GENERIC_WRITE | GENERIC_READ,
FILE_SHARE_READ,
NULL,
CREATE_ALWAYS,
FILE_ATTRIBUTE_NORMAL,
NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment