1 reference to FORMAT_MESSAGE_ALLOCATE_BUFFER
System.Private.CoreLib (1)
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.FormatMessage.cs (1)
61
int length = FormatMessage(flags |
FORMAT_MESSAGE_ALLOCATE_BUFFER
, moduleHandle, unchecked((uint)errorCode), 0, &nativeMsgPtr, 0, IntPtr.Zero);