Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Loads a list of strings into the most recently used (MRU) list from the registry.
Syntax
HRESULT Initialize(
[in] LPCWSTR pwszMRURegKey,
[in] DWORD dwMax
);
Parameters
-
pwszMRURegKey [in]
-
Type: LPCWSTR
A pointer to a buffer containing the registry key holding the strings for the MRU list.
-
dwMax [in]
-
Type: DWORD
The maximum number of entries that can be taken from pwszMRURegKey.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |