try package:Win32

Support for API calls that are passed a fixed-size buffer and tell you via the return value if the buffer was too small. In that case, we extend the buffer size and try again.
Support for API calls that are passed a fixed-size buffer and tell you via the return value if the buffer was too small. In that case, we extend the buffer size and try again.
Support for API calls that return the required size, in characters including a null character, of the buffer when passed a buffer size of zero.
Support for API calls that return the required size, in characters including a null character, of the buffer when passed a buffer size of zero.
Type representing 128-bit Unicode subset bitfields, as the base package does include a module exporting a 128-bit unsigned integer type.
Like createFile, but does not use failIfWithRetry. If another process has the same file open, this will fail.
like failIf, but retried on sharing violations. This is necessary for many file operations; see https://www.betaarchive.com/wiki/index.php/Microsoft_KB_Archive/316609
ProcessId, number of threads, parent ProcessId, process base priority, path of executable file