Home
last modified time | relevance | path

Searched refs:SHCreatePropertyBagOnRegKey (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/apitests/shlwapi/
H A DSHPropertyBag.cpp484 hr = SHCreatePropertyBagOnRegKey(hKey, L"PropBagTest", 0, in SHPropertyBag_OnRegKey()
490 hr = SHCreatePropertyBagOnRegKey(hKey, L"PropBagTest", STGM_READWRITE, in SHPropertyBag_OnRegKey()
496 hr = SHCreatePropertyBagOnRegKey(hKey, L"PropBagTest", STGM_CREATE | STGM_READWRITE, in SHPropertyBag_OnRegKey()
592 hr = SHCreatePropertyBagOnRegKey(hKey, L"PropBagTest", STGM_READ, in SHPropertyBag_OnRegKey()
615 hr = SHCreatePropertyBagOnRegKey(hKey, L"PropBagTest", STGM_WRITE, in SHPropertyBag_OnRegKey()
/reactos/dll/win32/shlwapi/
H A Dpropbag.cpp575 SHCreatePropertyBagOnRegKey( in SHCreatePropertyBagOnRegKey() function
1573 hr = SHCreatePropertyBagOnRegKey(hKey, szBuff, dwMode, riid, (void**)pppb); in _CreateBag()
1603 hr = SHCreatePropertyBagOnRegKey(hKey, szBuff, STGM_READ, riid, (void**)pppb); in _FindNearestInheritBag()
H A Dshlwapi.spec471 471 stdcall -noname SHCreatePropertyBagOnRegKey(ptr wstr long ptr ptr)
H A Dordinal.c5193 HRESULT WINAPI SHCreatePropertyBagOnRegKey (HKEY hKey, LPCWSTR subkey, in SHCreatePropertyBagOnRegKey() function
/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h193 SHCreatePropertyBagOnRegKey(
/reactos/dll/win32/shell32/
H A DCDefaultContextMenu.cpp1437 SHCreatePropertyBagOnRegKey(VerbKey, NULL, STGM_READ, IID_PPV_ARG(IPropertyBag, &pPB)); in InvokeRegVerb()
1449 SHCreatePropertyBagOnRegKey(VerbKey, NULL, STGM_READ, IID_PPV_ARG(IPropertyBag, &pPB)); in InvokeRegVerb()