IACLCustomMRU::Initialize method
Loads a list of strings into the most recently used (MRU) list from the registry.
HRESULT Initialize(
[in] LPCWSTR pwszMRURegKey,
[in] DWORD dwMax
);
pwszMRURegKey [in]
Type: LPCWSTRA pointer to a buffer containing the registry key holding the strings for the MRU list.
dwMax [in]
Type: DWORDThe maximum number of entries that can be taken from pwszMRURegKey.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |