OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NtOpenKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
registry_dispatcher.cc
52
reinterpret_cast<CallbackGeneric>(&RegistryDispatcher::
NtOpenKey
)
65
bool result = INTERCEPT_NT(manager,
NtOpenKey
, OPEN_KEY_ID, 16);
120
bool RegistryDispatcher::
NtOpenKey
(IPCInfo* ipc, std::wstring* name,
registry_policy.cc
28
NtOpenKeyFunction
NtOpenKey
= NULL;
29
ResolveNTFunctionPtr("
NtOpenKey
", &
NtOpenKey
);
39
NTSTATUS status =
NtOpenKey
(&handle, *access, obj_attributes);
90
NtOpenKeyFunction
NtOpenKey
= NULL;
91
ResolveNTFunctionPtr("
NtOpenKey
", &
NtOpenKey
);
100
NTSTATUS status =
NtOpenKey
(&local_handle, desired_access, obj_attributes);
Completed in 499 milliseconds