Scroll to navigation

FindMRUStringW(3w) Wine API FindMRUStringW(3w)

NAME

FindMRUStringW (COMCTL32.402)

SYNOPSIS

INT FindMRUStringW
(
HANDLE hList,
LPCWSTR lpszString,
LPINT lpRegNum
)
 

DESCRIPTION

See FindMRUStringA(3w).
 

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.
Implemented in "dlls/comctl32/comctl32undoc.c".
Debug channel "commctrl".
Oct 2012 Wine API