|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <registry.h>

Public Member Functions | |
| RunOnceExEntry (_In_ const ATL::CStringW &Name, _In_ const ATL::CStringW &Value) | |
| BOOL | Delete (_In_ CRegKeyEx &hParentKey) |
| BOOL | Exec () const |
Private Attributes | |
| ATL::CStringW | m_Value |
| ATL::CStringW | m_Name |
Friends | |
| int | RunOnceExEntryCmp (_In_ const void *a, _In_ const void *b) |
Definition at line 31 of file registry.h.
| RunOnceExEntry::RunOnceExEntry | ( | _In_ const ATL::CStringW & | Name, |
| _In_ const ATL::CStringW & | Value | ||
| ) |
Definition at line 21 of file registry.cpp.
Definition at line 27 of file registry.cpp.
| BOOL RunOnceExEntry::Exec | ( | ) | const |
Definition at line 33 of file registry.cpp.
Definition at line 77 of file registry.cpp.
|
private |
Definition at line 35 of file registry.h.
Referenced by Delete().
|
private |
Definition at line 34 of file registry.h.
Referenced by Exec().