Searched defs:dwFormatFlags (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp572 DWORD dwFormatFlags = FORMAT_MESSAGE_ALLOCATE_BUFFER local
582 dwFormatFlags |= FORMAT_MESSAGE_FROM_HMODULE;
586 if (FormatMessageW(dwFormatFlags,

Completed in 44 milliseconds