#include <RegWrap.h>
Public Member Functions | |
RegWrap (void) | |
~RegWrap (void) | |
Static Public Member Functions | |
LONG | addKeyVal (HKEY inHive, string inKeyName, string inValueName, string inValue) |
bool | valueExists (HKEY inHive, string inKeyName, string inValueName) |
string | findNextEmptyMediaPlayerDesc () |
bool | addMediaPlayerDesc (string inDesc, string inExts) |
bool | removeKeyVal (HKEY inHive, string inKeyName, string inValueName) |
bool | removeMediaDesc () |
bool | deleteKeyRecurse (HKEY inHive, string inKeyName, string inSubKeyToDelete) |
|
Definition at line 4 of file RegWrap.cpp. |
|
Definition at line 8 of file RegWrap.cpp. |
|
Definition at line 12 of file RegWrap.cpp. Referenced by addMediaPlayerDesc(). |
|
Definition at line 240 of file RegWrap.cpp. References addKeyVal(), findNextEmptyMediaPlayerDesc(), and valueExists(). Referenced by DllRegisterServer(). |
Here is the call graph for this function:
|
Definition at line 78 of file RegWrap.cpp. Referenced by DllRegisterServer(). |
|
Definition at line 185 of file RegWrap.cpp. References valueExists(). Referenced by addMediaPlayerDesc(). |
Here is the call graph for this function:
|
Definition at line 101 of file RegWrap.cpp. Referenced by removeMediaDesc(). |
|
Definition at line 199 of file RegWrap.cpp. References removeKeyVal(). Referenced by DllUnregisterServer(). |
Here is the call graph for this function:
|
Definition at line 130 of file RegWrap.cpp. Referenced by addMediaPlayerDesc(), and findNextEmptyMediaPlayerDesc(). |