Home
last modified time | relevance | path

Searched defs:nMaxLen (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dstring.c132 INT WINAPI Str_GetPtrA (LPCSTR lpSrc, LPSTR lpDest, INT nMaxLen) in Str_GetPtrA()
200 INT WINAPI Str_GetPtrW (LPCWSTR lpSrc, LPWSTR lpDest, INT nMaxLen) in Str_GetPtrW()
H A Dcomctl32undoc.c906 INT Str_GetPtrWtoA (LPCWSTR lpSrc, LPSTR lpDest, INT nMaxLen) in Str_GetPtrWtoA()
947 INT Str_GetPtrAtoW (LPCSTR lpSrc, LPWSTR lpDest, INT nMaxLen) in Str_GetPtrAtoW()