This is work in progress.

Windows /Headers /ntstatus.h /STATUS_BAD_DLL_ENTRYPOINT

STATUS_BAD_DLL_ENTRYPOINT

Code: 0xc0000251 (3221226065)

HRESULT Facility: FACILITY_NULL (0)

NTSTATUS Facility: Unknown (0)

Abstract

{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.

Associated Modules

ModuleCodeDescription
ntdll.dll0xc0000251{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
1 entry