MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Open

Method Open

WinArk/RegistryKey.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53LSTATUS RegistryKey::Open(HKEY parent, PCWSTR path, DWORD access) {
54 ATLASSERT(_hKey == nullptr);
55 auto error = ::RegOpenKeyEx(parent, path, 0, access, &_hKey);
56 CheckPredefinedKey();
57 return error;
58}
59
60// �������������ע,��Ҫ�������򻯺�����������ע����д,Ҫ��дһ����ô����ע�е����
61_Use_decl_annotations_

Callers 11

UndoMethod · 0.45
LoadFromRegistryMethod · 0.45
BuildTreeMethod · 0.45
GetKeyDetailsMethod · 0.45
FindNextWorkerMethod · 0.45
ExportKeysMethod · 0.45
LoadFromKeyMethod · 0.45
OpenKeyMethod · 0.45
Registry.cppFile · 0.45
RenameValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected