Home | History | Annotate | Download | only in src

Lines Matching defs:NTSTATUS

12 typedef LONG NTSTATUS;
15 #define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
16 #define STATUS_BUFFER_OVERFLOW ((NTSTATUS)0x80000005L)
17 #define STATUS_UNSUCCESSFUL ((NTSTATUS)0xC0000001L)
18 #define STATUS_NOT_IMPLEMENTED ((NTSTATUS)0xC0000002L)
19 #define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS)0xC0000004L)
22 #define STATUS_INVALID_PARAMETER ((NTSTATUS)0xC000000DL)
24 #define STATUS_CONFLICTING_ADDRESSES ((NTSTATUS)0xC0000018L)
25 #define STATUS_ACCESS_DENIED ((NTSTATUS)0xC0000022L)
26 #define STATUS_BUFFER_TOO_SMALL ((NTSTATUS)0xC0000023L)
27 #define STATUS_OBJECT_NAME_NOT_FOUND ((NTSTATUS)0xC0000034L)
28 #define STATUS_PROCEDURE_NOT_FOUND ((NTSTATUS)0xC000007AL)
29 #define STATUS_INVALID_IMAGE_FORMAT ((NTSTATUS)0xC000007BL)
30 #define STATUS_NO_TOKEN ((NTSTATUS)0xC000007CL)
82 NTSTATUS Status;
128 typedef NTSTATUS (WINAPI *NtCreateFileFunction)(
141 typedef NTSTATUS (WINAPI *NtOpenFileFunction)(
149 typedef NTSTATUS (WINAPI *NtCloseFunction)(
163 typedef NTSTATUS (WINAPI *NtSetInformationFileFunction)(
178 typedef NTSTATUS (WINAPI *NtQueryAttributesFileFunction)(
192 typedef NTSTATUS (WINAPI *NtQueryFullAttributesFileFunction)(
199 typedef NTSTATUS (WINAPI *NtCreateSectionFunction)(
212 typedef NTSTATUS (WINAPI *NtMapViewOfSectionFunction)(
224 typedef NTSTATUS (WINAPI *NtUnmapViewOfSectionFunction)(
239 typedef NTSTATUS (WINAPI *NtQuerySectionFunction)(
254 typedef NTSTATUS (WINAPI *NtOpenThreadFunction) (
260 typedef NTSTATUS (WINAPI *NtOpenProcessFunction) (
287 typedef NTSTATUS (WINAPI *NtSetInformationThreadFunction) (
303 NTSTATUS ExitStatus;
311 typedef NTSTATUS (WINAPI *NtQueryInformationProcessFunction)(
318 typedef NTSTATUS (WINAPI *NtSetInformationProcessFunction)(
324 typedef NTSTATUS (WINAPI *NtOpenThreadTokenFunction) (
330 typedef NTSTATUS (WINAPI *NtOpenThreadTokenExFunction) (
337 typedef NTSTATUS (WINAPI *NtOpenProcessTokenFunction) (
342 typedef NTSTATUS (WINAPI *NtOpenProcessTokenExFunction) (
348 typedef NTSTATUS (WINAPI * RtlCreateUserThreadFunction)(
363 typedef NTSTATUS (WINAPI *NtCreateKeyFunction)(
372 typedef NTSTATUS (WINAPI *NtOpenKeyFunction)(
377 typedef NTSTATUS (WINAPI *NtOpenKeyExFunction)(
383 typedef NTSTATUS (WINAPI *NtDeleteKeyFunction)(
413 typedef NTSTATUS (WINAPI *NtAllocateVirtualMemoryFunction) (
421 typedef NTSTATUS (WINAPI *NtFreeVirtualMemoryFunction) (
438 typedef NTSTATUS (WINAPI *NtQueryVirtualMemoryFunction)(
446 typedef NTSTATUS (WINAPI *NtProtectVirtualMemoryFunction)(
555 typedef NTSTATUS (WINAPI *NtQueryObjectFunction)(
562 typedef NTSTATUS (WINAPI *NtDuplicateObjectFunction)(
571 typedef NTSTATUS (WINAPI *NtSignalAndWaitForSingleObjectFunction)(
577 typedef NTSTATUS (WINAPI *NtQuerySystemInformation)(
583 typedef NTSTATUS (WINAPI *NtQueryObject)(
604 typedef NTSTATUS (WINAPI *RtlAnsiStringToUnicodeStringFunction)(