#include <stdio.h>
#include <windows.h>
#include "MyRegistry.h"
#include "MyException.h"
#include "mylist.h"
#include <shlwapi.h>
Go to the source code of this file.
Functions | |
BOOL | NextSubKey (MyString &key, MyString &subKey, MyString &suite) |
Donne la sousclef la plus a gauche et le reste. |
|
Donne la sousclef la plus a gauche et le reste. ex.: ==> SubKeyHKEY_CURRENT_USER, suite=Software SubKey=Software, suite=PlayListManager SubKey=PlayListManager, suite= Definition at line 68 of file MyRegistry.CPP. References BOOL(), MyString::GetSize(), and MyString::GetValue(). |