Home
last modified time | relevance | path

Searched defs:NtExports (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsandbox_nt_types.h12 struct NtExports { struct
13 NtAllocateVirtualMemoryFunction AllocateVirtualMemory;
14 NtCloseFunction Close;
15 NtDuplicateObjectFunction DuplicateObject;
16 NtFreeVirtualMemoryFunction FreeVirtualMemory;
17 NtMapViewOfSectionFunction MapViewOfSection;
18 NtProtectVirtualMemoryFunction ProtectVirtualMemory;
19 NtQueryInformationProcessFunction QueryInformationProcess;
20 NtQueryObjectFunction QueryObject;
21 NtQuerySectionFunction QuerySection;
[all …]