Windows error 0xC0000033, -1073741773

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code51 (0x0033)

Questions

4votes
1answer

NtOpenSection(L"\\Device\\PhysicalMemory") returns STATUS_OBJECT_NAME_NOT_FOUND

I am implementing SMBIOS reading functionality for Windows systems. As API levels vary, there are several methods to support: 1. trouble-free GetSystemFirmwareTable('RSMB') available on Windows Server 2003 and later; 2. hardcore NtOpenSection(L"\\Device\\PhysicalMemory") for legacy systems prior to and including Windows XP; 3. essential WMI data in L"Win32_ComputerSystemProduct" path through cumbersome [...] read more
winapi
rom
0votes
0answers

Bitlocker corruption in dual-boot

Steps i took to end up with this corruption: * Installed Windows 10 Pro 20H2 (from now on Windows#1) in a freshly cleaned GPT drive. Did all updates, programs setup and it was all good. * Activated Bitlocker on Windows#1 volume (XTS-AES, full encryption, did the pre-encryption reboot test). All [...] read more
windows-10
bitlocker
0votes
1answer

NtCreateProcess(Ex) - Can I have a child process inherit the parents address space while running under a different process name?

I am calling NtCreateProcessEx with the section handle argument set to NULL in order to create a user mode process that is initialized with a copy of the parents address space. I want the child process to run under a different image name other than the one of the parent [...] read more
windows
process
native
0votes
2answers

SQL Server with multiple installs: evaluation period has ended and SSIS packages failing

I've inherited a SQL Server box that I'm not an expert on. At the time I installed SSMS 2014 to keep an eye on the daily SSIS jobs that were running on it. I think because I'm an idiot and used the 2014 evaluation copy of SSMS, once that evaluation [...] read more
sql-server
ssis

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0